commit 70ae1ba4 caused regression in dinpu9

2009-11-14 Thread Vitaliy Margolen
Markus, You patch caused regression: http://bugs.winehq.org/show_bug.cgi?id=20711 Please take a look. Vitaliy.

Implementing FLG_HEAP_ENABLE_TAIL_CHECK

2009-11-14 Thread Dan Kegel
Running Chromium's test suite under valgrind+wine did find a handful of interesting Wine problems, and one or two Chromium problems, but it seems to miss a whole bunch of problems Purify catches. Thinking about it a bit, I realized that Valgrind replaces the linux heap with one that puts guard byt

Re: shell32/tests: Fix Program Manager DDE Conformance Test Failures

2009-11-14 Thread Nicolas Le Cam
2009/11/14 Mikey Alexander : > Fixes a memory leak, non connection to the progman dde on early windows, and > timeout problems with the conformance tests. > > --- >  dlls/shell32/tests/progman_dde.c |   25 + >  1 files changed, 17 insertions(+), 8 deletions(-) > Hi Mikey,