commit | fcfe56d1943c016273b51466cd06b65dd0967893 | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Thu Jul 07 10:54:07 2016 -0700 |
committer | Evgenii Stepanov <eugenis@google.com> | Thu Jul 07 10:54:42 2016 -0700 |
tree | 6808b816c4f23d7d25fd1b230452a7881eaf4d65 | |
parent | 05bafd3784c646c1b2d55a23edbf7e2ae9436064 [diff] |
Target sanitize properties can disable the global sanitizer. With this change, sanitize: { address: false } disables SANITIZE_TARGET=address for one target. Also rename SafeStack to Safestack, because the former can not be used as a target property. Bug: 27729263