https://bugs.winehq.org/show_bug.cgi?id=32227
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d1fde625a352b67b06a1ae176bc | |de3ca62459972 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #15 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Austin English from comment #14)
At least GroupMailer still has the same crash: Backtrace: =>0 0x7d42ae36 DGifSlurp+0x106(GifFile=0x17c5e0) [/home/austin/wine-git/dlls/windowscodecs/ungif.c:936] in windowscodecs (0x0033d3e8)
GroupMailer crash has nothing to do with the problem reported for P2kCommander which is related to a not properly terminated GIF data. GroupMailer crashes because its GIF contains a zero sized GIF_COMMENT extension, and that is not properly handled. I sent a patch that should fix GroupMailer crash as well.