[Bug 2573] MYOB Version 11 (Canada) crashes when starting with RtlDetermineDosPathNameType_U+0x6 in ntdll

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 22 08:35:03 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=2573


Detlef Riekenberg <wine.dev at web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Detlef Riekenberg <wine.dev at web.de>  2007-08-22 08:35:03 ---

The crash can be reproduced with: "RtlDetermineDosPathNameType(NULL)",
but this crash is also in Windows.

The callchain in this bug was SearchPathW and SearchPathA.
Mike fixed the handling for NULL as name for SearchPathA in April 2006:
http://cvs.winehq.org/cvsweb/wine/dlls/kernel/Attic/path.c.diff?r1=1.29&r2=1.30&hideattic=0

IMHO, the bug is fixed


The actual code is still not correct (but not needed for the bug):
- SearchPathW still does not check for NULL
- LastError is not set
- There are no Test for SearchPath


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list