http://bugs.winehq.org/show_bug.cgi?id=20822
Summary: wine segfaults with corrupt stack if passed an empty file as an EXE Product: Wine Version: 1.1.33 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: roothorick@new.rr.com
roothorick@thebeast ~/tmp $ touch dummy.exe roothorick@thebeast ~/tmp $ wine dummy.exe Segmentation fault
I'd post a backtrace, but it's obviously corrupt (lots of 0x000000xx and a 0xffffffff)
This tripped me up when an installer wasn't done downloading and I tried to run it. Obviously I'm not expecting something interesting to happen, but a useful error message would be nice.