http://bugs.winehq.org/show_bug.cgi?id=29849
Bug #: 29849 Summary: oleaut32's OLEPictureImpl_Load fails when Stat() method is missing Product: Wine Version: 1.4-rc2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs@winehq.org ReportedBy: michael.blumenkrantz@gmail.com Classification: Unclassified
Created attachment 38772 --> http://bugs.winehq.org/attachment.cgi?id=38772 test case
Without a Stat() method, this function should only read the parts of a file that are needed. Instead, it continues to read and eventually crashes.
Find attached a test case which takes an image file as an argument, then crashes.