open the module image file with read access rights instead of full access rights

svn path=/trunk/; revision=15030
This commit is contained in:
Thomas Bluemel
2005-05-06 00:11:14 +00:00
parent 03912150d8
commit 72be0f4961
+1 -1
View File
@@ -311,7 +311,7 @@ LdrLoadModule(
NULL);
CHECKPOINT;
Status = ZwOpenFile(&FileHandle,
FILE_ALL_ACCESS,
GENERIC_READ,
&ObjectAttributes,
&IoStatusBlock,
0,