[Bug 50586] NtQueryInformationFile returns STATUS_INVALID_INFO_CLASS on symlinks opened with FILE_OPEN_REPARSE_POINT

WineHQ Bugzilla wine-bugs at winehq.org
Sun Feb 7 11:47:49 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50586

--- Comment #31 from Erich E. Hoover <erich.e.hoover at gmail.com> ---
(In reply to Arnaud Dovi from comment #30)
> ...
> I have attached the log but no call to GetVolumePathName is found

Yeah, I'm trying to think of other ways to track this down.  Do you know how to
compile wine-staging yourself?  It might be helpful to edit
dlls/ntdll/unix/file.c:server_get_unix_name by changing this line:
    req->nofollow = nofollow;
to:
    req->nofollow = TRUE;
and seeing if it "fixes" the issue.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list