http://bugs.winehq.org/show_bug.cgi?id=34716
--- Comment #3 from Anastasius Focht focht@gmx.net 2013-11-12 17:50:37 CST --- Created attachment 46504 --> http://bugs.winehq.org/attachment.cgi?id=46504 C application which mimics the buggy app behaviour
Hello folks,
I spare you the disassembly of installer and provide a small C application which mimics the buggy app behaviour.
--- snip --- compile: $ winegcc -m32 -municode -o bug34716 bug34716.c run: $ ./bug34716.exe (zero init buffer) $ ./bug34716.exe <char> (poison buffer with <char>) --- snip ---
Regards