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

[7.1.0] Canonicalize the parent path in RemoteActionFileSystem#renameTo. #21285

Merged
merged 1 commit into from
Feb 12, 2024

Commits on Feb 10, 2024

  1. [7.1.0] Canonicalize the parent path in RemoteActionFileSystem#renameTo.

    FileSystem#renameTo is documented as not following symlinks, but that refers to the last component only; we are still required to canonicalize the parent path, possibly taking into account symlinks that straddle underlying sources.
    
    PiperOrigin-RevId: 605606357
    Change-Id: I6508c07413ceccc9947e0a03cce93d769b31f2b9
    tjgq committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6621a82 View commit details
    Browse the repository at this point in the history