mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
return error status in case probing the parameters failed in IoCreateFile()
svn path=/trunk/; revision=13260
This commit is contained in:
@@ -409,6 +409,11 @@ IoCreateFile(OUT PHANDLE FileHandle,
|
||||
Status = _SEH_GetExceptionCode();
|
||||
}
|
||||
_SEH_END;
|
||||
|
||||
if(!NT_SUCCESS(Status))
|
||||
{
|
||||
return Status;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user