Re: ntdll: add missing valgrind hook in RtlAllocateHeap
16 Apr
2009
16 Apr
'09
11:14 p.m.
2009/4/15 Dan Kegel <dank(a)kegel.com>:
Two chromium unit tests reported phony errors when run on wine on valgrind because RtlAllocateHeap sometimes returned an allocation without notifying valgrind about it.
RtlReAllocateHeap is also missing valgrind notifications for the large block paths. It also appears that the function leaks memory in the realloc small -> large path. -- Rob Shearman
6175
Age (days ago)
6175
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rob Shearman