]> Cypherpunks repositories - gostls13.git/commit
runtime: add msan calls before calling traceback functions
authorIan Lance Taylor <iant@golang.org>
Mon, 11 Jul 2016 01:44:09 +0000 (18:44 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 23 Aug 2016 16:31:16 +0000 (16:31 +0000)
commitd00890b5f3e7846a7b4ab084fe39d279f21aad04
tree433f194b3778eeaa2a81d2c80d1f577d0bcbc632
parent24158644dddc414243fc3c033f85f0565b7ebd3e
runtime: add msan calls before calling traceback functions

Tell msan that the arguments to the traceback functions are initialized,
in case the traceback functions are compiled with -fsanitize=memory.

Change-Id: I3ab0816604906c6cd7086245e6ae2e7fa62fe354
Reviewed-on: https://go-review.googlesource.com/24856
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/traceback.go