http://bugs.winehq.com/show_bug.cgi?id=1190
Summary: Call to SearchPathW with all NULL parameters except a filename. Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P4 Component: wine-files AssignedTo: wine-bugs@winehq.com ReportedBy: crazy@wi.rr.com
When running regsvr32 with MSOFD.DLL, that comes with MSMoney 2000, it crashes with NULL pointer dereference in SearchPathW. Turns out DllRegisterServer calls SearchPathW with all NULL parameters except a filename. It appears to be crashing on the last line of the function, return strlenW(buffer). This is with wine 20021125.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1190. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.