diff options
| author | Matthew Dempsky <mdempsky@google.com> | 2021-01-21 19:27:12 -0800 |
|---|---|---|
| committer | Matthew Dempsky <mdempsky@google.com> | 2021-01-25 23:54:36 +0000 |
| commit | deaf29a8a8ab76613bf0d5d97c4e31bfbdc4c4e9 (patch) | |
| tree | eceb1c0bc805e7e82536d7ba77ad5b49dfd48031 /src/cmd/compile/internal/noder/noder.go | |
| parent | ad2ca26a521a5a642f51c3ef8e3004c9ce7af5aa (diff) | |
| download | go-deaf29a8a8ab76613bf0d5d97c4e31bfbdc4c4e9.tar.xz | |
cmd/compile: fix order-of-assignment issue w/ defers
CL 261677 fixed a logic issue in walk's alias detection, where it was
checking the RHS expression instead of the LHS expression when trying
to determine the kind of assignment. However, correcting this exposed
a latent issue with assigning to result parameters in functions with
defers, where an assignment could become visible earlier than intended
if a later expression could panic.
Fixes #43835.
Change-Id: I061ced125e3896e26d65f45b28c99db2c8a74a8c
Reviewed-on: https://go-review.googlesource.com/c/go/+/285633
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
Trust: Matthew Dempsky <mdempsky@google.com>
Diffstat (limited to 'src/cmd/compile/internal/noder/noder.go')
0 files changed, 0 insertions, 0 deletions
