mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[NTOSKRNL]
* Fix an uninitialized pointer read. CID 1102504. CORE-6681 svn path=/trunk/; revision=60570
This commit is contained in:
parent
8b0bbbdc07
commit
b55a445031
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ FsRtlNotifyFilterChangeDirectory(IN PNOTIFY_SYNC NotifySync,
|
|||
{
|
||||
ULONG SavedLength;
|
||||
PIO_STACK_LOCATION Stack;
|
||||
PNOTIFY_CHANGE NotifyChange;
|
||||
PNOTIFY_CHANGE NotifyChange = NULL;
|
||||
PREAL_NOTIFY_SYNC RealNotifySync;
|
||||
|
||||
PAGED_CODE();
|
||||
|
|
Loading…
Reference in a new issue