[KERNEL32]

- Do not try to open memory events under the process object root directory.
CORE-8600 #resolve

svn path=/trunk/; revision=65054
This commit is contained in:
Jérôme Gardou 2014-10-27 22:05:51 +00:00
parent 18134c10db
commit 207b88eaf1

View file

@ -41,7 +41,7 @@ CreateMemoryResourceNotification(IN MEMORY_RESOURCE_NOTIFICATION_TYPE Notificati
InitializeObjectAttributes(&ObjectAttributes,
&EventName,
0,
BaseGetNamedObjectDirectory(),
NULL,
NULL);
Status = NtOpenEvent(&hEvent,