commit | 77cd94bafa82b73f20d4c340edc063009b7279ed | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Fri Oct 23 22:03:52 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 23 22:03:52 2015 +0000 |
tree | 0d1b7d69ed81a4e474d8b2643d210518ce148d13 | |
parent | 5ab7f5683b8adbb155a76ee88e9978ce07236d88 [diff] | |
parent | 9fec29d816a237c3ebcada1d1555fecd1eff6ab0 [diff] |
Merge "Disable container overflow detect on target."
diff --git a/rootdir/asan.options b/rootdir/asan.options index 2f12341..43896a1 100644 --- a/rootdir/asan.options +++ b/rootdir/asan.options
@@ -1 +1,5 @@ -allow_user_segv_handler=1:detect_odr_violation=0:alloc_dealloc_mismatch=0:allocator_may_return_null=1 +allow_user_segv_handler=1 +detect_odr_violation=0 +alloc_dealloc_mismatch=0 +allocator_may_return_null=1 +detect_container_overflow=0