mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[NTUSER] Fix stack memory disclosure in NtUserBuildPropList (#3023)
Fix structure alignment cause to stack memory disclosure in NtUserBuildPropList.
This commit is contained in:
@@ -143,7 +143,7 @@ NtUserBuildPropList(
|
||||
PWND Window;
|
||||
PPROPERTY Property;
|
||||
PLIST_ENTRY ListEntry;
|
||||
PROPLISTITEM listitem, *li;
|
||||
PROPLISTITEM listitem = { 0 }, *li;
|
||||
NTSTATUS Status;
|
||||
DWORD Cnt = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user