mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTOS:IO]
- Fix pool corruption resulting form a combination of r60038 and dubious SEH programming patterns svn path=/trunk/; revision=60044
This commit is contained in:
@@ -1890,7 +1890,7 @@ IoCreateFile(OUT PHANDLE FileHandle,
|
||||
/* Return the exception code */
|
||||
if (OpenPacket->EaBuffer != NULL) ExFreePool(OpenPacket->EaBuffer);
|
||||
ExFreePool(OpenPacket);
|
||||
Status = _SEH2_GetExceptionCode();
|
||||
_SEH2_YIELD(return _SEH2_GetExceptionCode());
|
||||
}
|
||||
_SEH2_END;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user