mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
Catch really weird scenario where we don't have a File Object on our IRP Stack. Added by Elrond.
svn path=/trunk/; revision=19230
This commit is contained in:
@@ -529,6 +529,8 @@ NpfsRead(IN PDEVICE_OBJECT DeviceObject,
|
||||
}
|
||||
Irp->IoStatus.Information = Information;
|
||||
Irp->IoStatus.Status = Status;
|
||||
|
||||
ASSERT(IoGetCurrentIrpStackLocation(Irp)->FileObject != NULL);
|
||||
|
||||
if (IoIsOperationSynchronous(Irp))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user