[asan] enable alloc_dealloc_mismatch by default

llvm-svn: 171147
This commit is contained in:
Kostya Serebryany 2012-12-27 08:08:05 +00:00
parent 8e5d80eba3
commit 1302e8d6da
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ void InitializeFlags(Flags *f, const char *env) {
f->fast_unwind_on_fatal = true;
f->fast_unwind_on_malloc = true;
f->poison_heap = true;
f->alloc_dealloc_mismatch = false;
f->alloc_dealloc_mismatch = true;
f->use_stack_depot = true; // Only affects allocator2.
// Override from user-specified string.