http://bugs.winehq.org/show_bug.cgi?id=19392
3vi1 winehq.org@eternaldusk.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
--- Comment #2 from 3vi1 winehq.org@eternaldusk.com 2009-08-09 21:39:17 --- Since it was working in earlier versions, I did a regression test. My bisect turns this up as the culprit:
75792a3e6994e124a777b8825ef9b2916e7fe333 is first bad commit commit 75792a3e6994e124a777b8825ef9b2916e7fe333 Author: Alexandre Julliard julliard@winehq.org Date: Fri Jul 10 14:46:55 2009 +0200
dbghelp: Grow all arrays by doubling the size.
:040000 040000 a1f845b3b8715beca6f753b124c76dc43820cda8 37d2df93816a6a1ffe831609d96b765a472a4a40 M dlls
Unfortunately, it does not look like this commit can be backed out in the current version:
evil@mars:~/src/wine$ git show 75792a3e6994e124a777b8825ef9b2916e7fe333 | patch -p1 -R patching file dlls/dbghelp/coff.c patching file dlls/dbghelp/dbghelp_private.h patching file dlls/dbghelp/minidump.c Hunk #3 FAILED at 253. Hunk #4 FAILED at 382. Hunk #5 succeeded at 873 (offset 6 lines). 2 out of 5 hunks FAILED -- saving rejects to file dlls/dbghelp/minidump.c.rej patching file dlls/dbghelp/module.c patching file dlls/dbghelp/msc.c patching file dlls/dbghelp/source.c patching file dlls/dbghelp/stabs.c patching file dlls/dbghelp/symbol.c
(compilation of course fails)