Patch 0004 Fixes issue with Boost Filesystem class
Taken from wine-staging: https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_wine-2Dcomph...
With some modifications: - some rearrangement and merging of patches (so tests run if applied one-by-one) - additional argument checks - additional tests - temporary link made in same directory as final link instead of /tmp
Daniel Lehman dlehman@esri.com writes:
Patch 0004 Fixes issue with Boost Filesystem class
Taken from wine-staging: https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_wine-2Dcomph...
With some modifications:
- some rearrangement and merging of patches (so tests run if applied one-by-one)
- additional argument checks
- additional tests
- temporary link made in same directory as final link instead of /tmp
It seems to me that this would be better handled by implementing FILE_FLAG_OPEN_REPARSE_POINT on the server side, returning a special file handle. Some tests of normal file operations on such handles would also be interesting.