Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix infinite recursion writing to removable drives mounted to NTFS folders #3415

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Nov 7, 2024

  1. Fix another issue with unresolvable reparse points on Windows. ArchRe…

    …adLink
    
    can return the passed in path if it refers to an "NT Object Manager" path,
    and we need to handle this as if it isn't a reparse point, because we can't
    follow the link.
    
    This generalizes the fix by @seando-adsk in f6c2e82, by handling mounted
    volumes on Windows and avoiding infinitely recursive calls to TfReadLink
    by having TfIsLink return false in cases where this bad behavior
    could arise.
    marktucker committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ae0be9b View commit details
    Browse the repository at this point in the history