http://bugs.winehq.org/show_bug.cgi?id=4830
juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang@yahoo.com
------- Additional Comments From juan_lang@yahoo.com 2006-10-07 20:07 ------- The problem is in SHGetPathFromIDListW. SHGetPathFromIDListW calls IShellFolder_GetAttributesOf on the passed-in pidl with the SFGAO_FILESYSTEM attribute, and fails (returns FALSE) if it's not still set after it's called. ISF_Desktop_fnGetAttributesOf does not set this flag for the My Computer item (and tests show this is correct.) Thus SHGetPathFromIDListW fails, and the app uses an uninitialized buffer.