• Ian Lance Taylor's avatar
    cmd/go: add -msan option · e7ee2682
    Ian Lance Taylor authored
    The -msan option compiles Go code to use the memory sanitizer.  This is
    intended for use when linking with C/C++ code compiled with
    -fsanitize=memory.  When memory blocks are passed back and forth between
    C/C++ and Go, code in both languages will agree as to whether the memory
    is correctly initialized or not, and will report errors for any use of
    uninitialized memory.
    
    Change-Id: I2dbdbd26951eacb7d84063cfc7297f88ffadd70c
    Reviewed-on: https://go-review.googlesource.com/16169Reviewed-by: 's avatarDavid Crawshaw <crawshaw@golang.org>
    e7ee2682
Name
Last commit
Last update
..
android Loading commit data...
arm Loading commit data...
cgo Loading commit data...
chrome/gophertool Loading commit data...
git Loading commit data...
ios Loading commit data...
linkcheck Loading commit data...
nacl Loading commit data...
swig Loading commit data...
trace Loading commit data...
benchcmp Loading commit data...
editors Loading commit data...