]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: skip writes to persistent memory in cgo checker
authorIan Lance Taylor <iant@golang.org>
Sat, 22 Dec 2018 00:06:54 +0000 (16:06 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 4 Jan 2019 02:40:56 +0000 (02:40 +0000)
commit0d6a2d5f9a0cd3c7111f38abd12a2255363bbd51
tree0e6ac99573db4d54dbc613ee525579b9effd530b
parent95a6f112c6db064d3394f9f66aa569e9bbeb3617
runtime: skip writes to persistent memory in cgo checker

Fixes #23899
Fixes #28458

Change-Id: Ie177f2d4c399445d8d5e1a327f2419c7866cb45e
Reviewed-on: https://go-review.googlesource.com/c/155697
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
misc/cgo/errors/ptr_test.go
src/runtime/cgocheck.go
src/runtime/malloc.go