mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
open the module image file with read access rights instead of full access rights
svn path=/trunk/; revision=15030
This commit is contained in:
@@ -311,7 +311,7 @@ LdrLoadModule(
|
||||
NULL);
|
||||
CHECKPOINT;
|
||||
Status = ZwOpenFile(&FileHandle,
|
||||
FILE_ALL_ACCESS,
|
||||
GENERIC_READ,
|
||||
&ObjectAttributes,
|
||||
&IoStatusBlock,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user