-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: nil dereference when storing field of non-nil struct value [1.24 backport] #71904
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
Labels
CherryPickApproved
Used during the release process for point releases
compiler/runtime
Issues related to the Go compiler and/or runtime.
Milestone
Comments
Change https://go.dev/cl/652178 mentions this issue: |
Removed Critical label here since it only applies to upstream issues, and #71857 already has it. |
gopherbot
pushed a commit
that referenced
this issue
Feb 26, 2025
…register Before this CL, we could use the same register for both a temporary register and for moving a value in the output register out of the way. Fixes #71904 Change-Id: Iefbfd9d4139136174570d8aadf8a0fb391791ea9 Reviewed-on: https://go-review.googlesource.com/c/go/+/651221 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@google.com> (cherry picked from commit cc16fb5) Reviewed-on: https://go-review.googlesource.com/c/go/+/652178
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CherryPickApproved
Used during the release process for point releases
compiler/runtime
Issues related to the Go compiler and/or runtime.
@randall77 requested issue #71857 to be considered for backport to the next 1.24 minor release.
The text was updated successfully, but these errors were encountered: