http://bugs.winehq.org/show_bug.cgi?id=16332
Summary: crash in file dialog if the previous selected folder is deleted Product: Wine Version: 1.1.9 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comdlg32 AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
To reproduce:
1. mkdir /tmp/foo; touch /tmp/foo/bar.txt 2. run notepad 3. file -> open, navigate to z:\tmp\foo, open bar.txt 4. rm -Rf /tmp/foo 5. file -> open causes a stack overflow due to infinite recursion in FILEDLG95_LOOKIN_InsertItemAfterParent(), with pidl = NULL.