You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symlink entries are handled separately through lchtimes. Update chtimes to
open the final path component with OBJ_DONT_REPARSE and return an error if
a reparse point is encountered.
This avoids following an unexpected reparse point if the destination is
replaced after its parent path has been safely resolved, preventing
metadata updates from escaping the intended filesystem object.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
0 commit comments