http://bugs.winehq.org/show_bug.cgi?id=21087
--- Comment #8 from Wylda wylda@volny.cz 2009-12-20 12:17:09 --- (In reply to comment #7)
Yes that code is still in combo.c, just make the corresponding change in there.
Thanks for letting me know! So the situation is following:
git checkout 51770cdbbc7cc8efa59aa62f8d5f503616540e4f <--crashes
git checkout 51770cdbbc7cc8efa59aa62f8d5f503616540e4f + patched combo.c <-- does not crash, but there is missing text in textbox (see attachement in comment #2)
git checkout 51770cdbbc7cc8efa59aa62f8d5f503616540e4f; git show \ 51770cdbbc7cc8efa59aa62f8d5f503616540e4f | patch -p1 -R <--does not crash and shows text textbox (as in wine 1.1.34 - see attachement in comment #2)