-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
syscall: stop counting trailing NUL for abstract addresses starting with NUL #63580
syscall: stop counting trailing NUL for abstract addresses starting with NUL #63580
Conversation
This PR (HEAD: 156894c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/535776. Important tips:
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/535776. |
Message from Ian Lance Taylor: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/535776. |
156894c
to
5072626
Compare
This PR (HEAD: 5072626) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/535776. Important tips:
|
5072626
to
38e52d8
Compare
This PR (HEAD: 38e52d8) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/535776. Important tips:
|
38e52d8
to
2ec1c98
Compare
This PR (HEAD: 2ec1c98) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/535776. Important tips:
|
Message from F Y: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/535776. |
Message from Ian Lance Taylor: Patch Set 4: Commit-Queue+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/535776. |
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-10-17T20:25:54Z","revision":"8f7813baa8c46948d4884d9d97d247aee468ebc4"} Please don’t reply on this GitHub thread. Visit golang.org/cl/535776. |
Message from Ian Lance Taylor: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/535776. |
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/535776. |
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/535776. |
2ec1c98
to
0ff0a9c
Compare
This PR (HEAD: 0ff0a9c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/535776. Important tips:
|
Message from F Y: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/535776. |
Message from Ian Lance Taylor: Patch Set 6: Auto-Submit+1 Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/535776. |
…ith NUL Changes trailing-NUL-counting behavior for abstract addresses starting with the NUL character to be the same as abstract addresses starting with the @ character. For #63579. Change-Id: I206e4d0d808396998cb7d92a9e26dda854cb1248 GitHub-Last-Rev: 0ff0a9c GitHub-Pull-Request: #63580 Reviewed-on: https://go-review.googlesource.com/c/go/+/535776 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Than McIntosh <thanm@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
This PR is being closed because golang.org/cl/535776 has been merged. |
Changes trailing-NUL-counting behavior for abstract addresses
starting with the NUL character to be the same as abstract
addresses starting with the @ character.
For #63579.