https://bugs.winehq.org/show_bug.cgi?id=50284
Bug ID: 50284 Summary: FSCTL_GET_REPARSE_POINT doesn't contain any target for a symbolic link Product: Wine-staging Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: martin@martin.st CC: erich.e.hoover@gmail.com, leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 68841 --> https://bugs.winehq.org/attachment.cgi?id=68841 Test program
https://github.com/wine-staging/wine-staging/blob/fce121fcd95380ca56c9d027be... does contain some support for reading relative symlinks, but it doesn't seem to work currently; the SubstituteNameLength and PrintNameLength fields of SymbolicLinkReparseBuffer are zero after a call to DeviceIoControl(FSCTL_GET_REPARSE_POINT), see the attached test program.