[FASTFAT]

- Fix a use after free in VfatFlushVolume
CORE-11224 #resolve

svn path=/trunk/; revision=71311
This commit is contained in:
Thomas Faber 2016-05-10 18:29:06 +00:00
parent 64f0b43852
commit 67c8423d4f

View file

@ -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 */