http://bugs.winehq.org/show_bug.cgi?id=9916
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|test |wine-misc
--- Comment #8 from Dan Kegel dank@kegel.com 2007-10-18 19:10:09 --- Maarten points out that doing MAKEDEBUG=warn+heap turns on a memset that poisons freed memory: if (TRACE_ON(heap) || WARN_ON(heap)) memset( ptr, ARENA_FREE_FILLER, size ); It seems to help find a few more problems that would otherwise lurk undetected (until it was maximally inconvenient).
Here's the full list on my dual cpu Feisty system with that setting:
crypt32: cert msg store str d3d9: device gdi32: font itss: protocol kernel32: comm msi: automation db install msvcrt: heap user32: dde msg wininet: ftp
Changing category to 'misc' to reflect fact that this exposes bugs in all sorts of areas (not a bug in our test code).