[LSASRV]
authorEric Kohl <eric.kohl@reactos.org>
Fri, 26 Sep 2014 23:46:59 +0000 (23:46 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Fri, 26 Sep 2014 23:46:59 +0000 (23:46 +0000)
commitd3c1b50d46230a981a09403af3d92ca029a2ebf6
tree63aef61043a0a8a9f3bffc449ec31fc4e22f453a
parent3ac9edfd997e2d0a95c141db934ce97bd29d601a
[LSASRV]
Fix memory related issues in calls to LsaEnumerateLogonSessions.
- Initialize ClientBaseAddress to NULL because we do not need to allocate a fixed memory page.
- Protect Length from being overwitten by NtWriteVirtualMemory.

svn path=/trunk/; revision=64318
reactos/dll/win32/lsasrv/session.c