We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@ianlancetaylor requested issue #30520 to be considered for backport to the next 1.12 minor release.
@gopherbot please open backport to 1.12.
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/165197 mentions this issue: [release-branch.go1.12] path/filepath: don't discard .. in EvalSymlinks
[release-branch.go1.12] path/filepath: don't discard .. in EvalSymlinks
Sorry, something went wrong.
Closed by merging 0ea7460 to release-branch.go1.12.
0ea7460
EvalSymlinks was mishandling cases like "/x/../../y" or "../../../x" where there is an extra ".." that goes past the start of the path. Updates #30520 Fixes #30586 Change-Id: I07525575f83009032fa1a99aa270c8d42007d276 Reviewed-on: https://go-review.googlesource.com/c/go/+/164762 Reviewed-by: Bryan C. Mills <[email protected]> (cherry picked from commit 294edb2) Reviewed-on: https://go-review.googlesource.com/c/go/+/165197 Reviewed-by: Brad Fitzpatrick <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
No branches or pull requests
@ianlancetaylor requested issue #30520 to be considered for backport to the next 1.12 minor release.
The text was updated successfully, but these errors were encountered: