http://bugs.winehq.org/show_bug.cgi?id=2573
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Detlef Riekenberg wine.dev@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&...
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