]> Cypherpunks repositories - gostls13.git/commit
runtime: check for nil g and m in msanread
authorBryan C. Mills <bcmills@google.com>
Wed, 18 Jan 2017 20:12:18 +0000 (15:12 -0500)
committerBryan Mills <bcmills@google.com>
Thu, 19 Jan 2017 23:06:54 +0000 (23:06 +0000)
commitea7d9e6a52ca64c200dcc75621e75f209ceceace
tree889f5e0fd752eeba058f19a1f8b9fbf4582bfdfc
parent6593d8650da5d19787bea9383dabe94f36fa04be
runtime: check for nil g and m in msanread

fixes #18707.

Change-Id: Ibc4efef01197799f66d10bfead22faf8ac00473c
Reviewed-on: https://go-review.googlesource.com/35452
Run-TryBot: Bryan Mills <bcmills@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testsanitizers/msan_shared.go [new file with mode: 0644]
misc/cgo/testsanitizers/test.bash
src/runtime/msan.go