ntdll: Set the file_part for \\?\ long file names too

James Hawkins truiken at gmail.com
Thu Oct 13 19:56:05 CDT 2005


Hi,

This patch fixes a crash when trying to run the True Image installer. 
The installer calls FindFirstFileExW with a \\?\ long file name, which
in turn calls RtlDosPathNameToNtPathName_U with the same file.  The
returned mask is never set, so trying to read from it causes a crash.

Changelog
* Set the file_part for \\?\ long file names too.

--
James Hawkins
-------------- next part --------------
A non-text attachment was scrubbed...
Name: path.diff
Type: text/x-patch
Size: 631 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20051013/e42aeea8/path.diff


More information about the wine-patches mailing list