]> Cypherpunks repositories - gostls13.git/commit
runtime: add test for StorepNoWB param leaking
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Sat, 22 Aug 2020 11:21:14 +0000 (18:21 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Mon, 24 Aug 2020 03:55:18 +0000 (03:55 +0000)
commitaa49a0b37249fc1d4a7963b6f1119983eaae9f97
tree96a4103b989969d47219af860f4f9479f924ae5e
parent4220d670844e15f78041a9fa7dea1c2a89a9b139
runtime: add test for StorepNoWB param leaking

CL 249962 added wasm StorepNoWB implementation in assembly, it's now
like all other architectures. This CL adds a general test that the
second param of StorepNoWB must be force to escape.

Fixes #40975

Change-Id: I1eccc7e50a3ec742a1912d65f25b15f9f5ad9241
Reviewed-on: https://go-review.googlesource.com/c/go/+/249761
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/runtime/internal/atomic/atomic_test.go