]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix unsafe.{SliceData,StringData} escape analysis memory corruption
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Mon, 16 Jan 2023 18:29:02 +0000 (01:29 +0700)
committerGopher Robot <gobot@golang.org>
Wed, 18 Jan 2023 01:27:21 +0000 (01:27 +0000)
commit198074abd7ec36ee71198a109d98f1ccdb7c5533
treeb02d8c0e001f842b592c23d396188668a23f1a2c
parent1c2c225d6f84ba9c29a4be4767412dc6935053c2
cmd/compile: fix unsafe.{SliceData,StringData} escape analysis memory corruption

Fixes #57823

Change-Id: I54654d3ecb20b75afa9052c5c9db2072a86188d4
Reviewed-on: https://go-review.googlesource.com/c/go/+/461759
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/escape/call.go
test/fixedbugs/issue57823.go [new file with mode: 0644]