https://bugs.winehq.org/show_bug.cgi?id=32227
--- Comment #16 from Austin English austinenglish@gmail.com --- (In reply to Dmitry Timoshkov from comment #15)
(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.
https://source.winehq.org/git/wine.git/commitdiff/7eaff17786717f9816a40ee541... fixes GroupMailer, thanks.