Disable container overflow detect on target.

Container overflow annotations may cause false positives in partially
instrumented binaries.

Bug: 25228125, 25212198
Change-Id: Ic587d41698c02e306dece4ad7c6a2a8810c52dbd
This commit is contained in:
Evgenii Stepanov 2015-10-23 14:49:16 -07:00
parent a3ae129f22
commit f3009f21d5
1 changed files with 5 additions and 1 deletions

View File

@ -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