mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[FASTFAT]
- Fix a use after free in VfatFlushVolume CORE-11224 #resolve svn path=/trunk/; revision=71311
This commit is contained in:
parent
64f0b43852
commit
67c8423d4f
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ VfatFlushVolume(
|
|||
if (Status == STATUS_PENDING)
|
||||
{
|
||||
KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL);
|
||||
Status = Irp->IoStatus.Status;
|
||||
Status = IoStatusBlock.Status;
|
||||
}
|
||||
|
||||
/* Ignore device not supporting flush operation */
|
||||
|
|
Loading…
Reference in a new issue