Merge "Disable container overflow detect on target." am: 151e49726b
am: 5562351b50
* commit '5562351b50fbbcda030ddfffcb3b2dbef82bcdc9':
Disable container overflow detect on target.
This commit is contained in:
commit
ec6ff936b0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue