projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80ecdce
)
[RTL]
author
Cameron Gutman
<aicommander@gmail.com>
Sat, 17 Dec 2011 08:22:04 +0000
(08:22 +0000)
committer
Cameron Gutman
<aicommander@gmail.com>
Sat, 17 Dec 2011 08:22:04 +0000
(08:22 +0000)
- Don't pass stack garbage to ZwFreeVirtualMemory
svn path=/trunk/; revision=54667
reactos/lib/rtl/heapdbg.c
patch
|
blob
|
history
diff --git
a/reactos/lib/rtl/heapdbg.c
b/reactos/lib/rtl/heapdbg.c
index
90672ab
..
d8beaa3
100644
(file)
--- a/
reactos/lib/rtl/heapdbg.c
+++ b/
reactos/lib/rtl/heapdbg.c
@@
-94,7
+94,7
@@
RtlDebugCreateHeap(ULONG Flags,
BOOLEAN NTAPI
RtlDebugDestroyHeap(HANDLE HeapPtr)
{
- SIZE_T Size;
+ SIZE_T Size
= 0
;
PHEAP Heap = (PHEAP)HeapPtr;
if (Heap == RtlGetCurrentPeb()->ProcessHeap)