-
Notifications
You must be signed in to change notification settings - Fork 18k
os: check relative paths in UserConfigDir and UserCacheDir #68471
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
Conversation
This PR (HEAD: 3db98f6) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/598655. Important tips:
|
Message from Ian Lance Taylor: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
This PR (HEAD: 3d16878) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/598655. Important tips:
|
This PR (HEAD: d2d4605) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/598655. Important tips:
|
Message from Ryuichi Hayashida: Patch Set 3: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
Message from Ian Lance Taylor: Patch Set 3: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-07-17T04:37:49Z","revision":"42946e1ab190dd6a254d14826f998a259b2af638"} Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
Message from Ian Lance Taylor: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
This PR (HEAD: c03f371) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/598655. Important tips:
|
Message from Ryuichi Hayashida: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
Message from Ian Lance Taylor: Patch Set 4: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-07-17T14:08:02Z","revision":"22fa59b099f270bcb1c665081bd50a95ffe90ff3"} Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
Message from Ian Lance Taylor: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
Message from Go LUCI: Patch Set 4: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
Message from Ian Lance Taylor: Patch Set 4: Auto-Submit+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/598655. |
Return errors by UserConfigDir and UserCacheDir when XDG environment variables contain relative paths. Fixes #68470 Change-Id: Ib36b56d73b066e002023be55ecfe74d5c0eedb15 GitHub-Last-Rev: c03f371 GitHub-Pull-Request: #68471 Reviewed-on: https://go-review.googlesource.com/c/go/+/598655 Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
This PR is being closed because golang.org/cl/598655 has been merged. |
Return errors by UserConfigDir and UserCacheDir when XDG environment
variables contain relative paths.
Fixes #68470