http://bugs.winehq.org/show_bug.cgi?id=20942
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from Dan Kegel dank@kegel.com 2009-12-07 22:57:15 --- heh. Probably introduced by
commit 4edcf1caa52a09fffaf032a35ffd129259084096 Author: Alexandre Julliard julliard@winehq.org Date: Fri Dec 4 21:47:30 2009 +0100 gdi32: Make gdi.exe into a stand-alone 16-bit module.
In libs/wine/loader.c, wine_dll_get_owner opens the directory dlls/gdi.exe16 and tries to read from it; read returns -1, buffer is nul-terminated at offset -1 (a write underflow on a stack-allocated buffer) and hilarity ensues.