Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
Description
When running the ZwCreateSection test in the LiveCD, the kernel crashes (BSOD) because the driver uses the write-only file handle without properly checking for failure, which could not be opened because files cannot be modified on the LiveCD. The attached patch fixes the issue.