-
Notifications
You must be signed in to change notification settings - Fork 18.3k
debug/elf: return error in DynValue for invalid dynamic section size #64448
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 is a follow-up to CL 536400. Fixes #64446
This PR (HEAD: daf53d3) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/545835. Important tips:
|
This PR (HEAD: 55db18a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/545835. Important tips:
|
Message from Jes Cok: Patch Set 2: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
Message from Jes Cok: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
Message from Than McIntosh: Patch Set 2: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-11-29T19:26:37Z","revision":"8b4c8b0218f23009d760f938055513aa99b2641f"} Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
Message from Jes Cok: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
Message from Than McIntosh: Patch Set 2: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
Message from Than McIntosh: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
Message from Dmitri Shuralyov: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
Message from Jes Cok: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
This is a follow-up to CL 536400. Fixes #64446 Change-Id: I35646732f62cb1937fd448f94ea518544d4295d4 GitHub-Last-Rev: 55db18a GitHub-Pull-Request: #64448 Reviewed-on: https://go-review.googlesource.com/c/go/+/545835 LUCI-TryBot-Result: Go LUCI <[email protected]> Run-TryBot: Jes Cok <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Than McIntosh <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
Message from Than McIntosh: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/545835. |
This PR is being closed because golang.org/cl/545835 has been merged. |
This is a follow-up to CL 536400.
Fixes #64446