]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.19] cmd/internal/obj/ppc64: fix incorrect base reg causing segv
authorLynn Boger <laboger@linux.vnet.ibm.com>
Mon, 27 Mar 2023 13:26:59 +0000 (08:26 -0500)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 29 Mar 2023 19:21:19 +0000 (19:21 +0000)
commit6d9df0a5a62d2509819d3abc688ff8f78a466730
tree3874a814a3de7bc9856fa391af0dbaaa7c9223e6
parent2adec52b5a0bf9288cf17f10f050dde1dcd94b5d
[release-branch.go1.19] cmd/internal/obj/ppc64: fix incorrect base reg causing segv

This fixes a segv that was reported due to building minio. The
problem occurred because of an incorrect selection of the
base register, which was introduced by CL 306369.

Fixes #59219

Change-Id: Ieb77b2afa8fb4e6f3943df5ce138679f6750d376
Reviewed-on: https://go-review.googlesource.com/c/go/+/479628
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/internal/obj/ppc64/asm9.go