]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: fix tests when running with -msan
authorMauri de Souza Meneguzzo <mauri870@gmail.com>
Wed, 13 Dec 2023 21:18:07 +0000 (21:18 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 9 Jan 2024 01:36:54 +0000 (01:36 +0000)
commitb7c630dc3ac3f43b2294f803f26f512d75a54fc6
treeca68dcc6e9fd9ad6b3d2cb03c82bd3a4aa4eaa8f
parentb702e0438ae9577dcc642ba7696a89799c86c8b7
runtime: fix tests when running with -msan

Currently go test -msan runtime always fails on loong64, arm64
and amd64. Changed the variable name to sz to match the
function prototypes.

For #64256

Change-Id: Ida71197307016520deb39293927850d47845140a
GitHub-Last-Rev: 0ee1e3bb093e682ef325d9860a8fed67570ca345
GitHub-Pull-Request: golang/go#64572
Reviewed-on: https://go-review.googlesource.com/c/go/+/547696
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
src/runtime/msan_amd64.s
src/runtime/msan_arm64.s
src/runtime/msan_loong64.s