mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[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:
@@ -41,7 +41,7 @@ CreateMemoryResourceNotification(IN MEMORY_RESOURCE_NOTIFICATION_TYPE Notificati
|
||||
InitializeObjectAttributes(&ObjectAttributes,
|
||||
&EventName,
|
||||
0,
|
||||
BaseGetNamedObjectDirectory(),
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
Status = NtOpenEvent(&hEvent,
|
||||
|
||||
Reference in New Issue
Block a user