Merge "[HWASan] Enable zero-initialization."
This commit is contained in:
commit
c6ea944e18
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ var (
|
|||
minimalRuntimeFlags = []string{"-fsanitize-minimal-runtime", "-fno-sanitize-trap=integer,undefined",
|
||||
"-fno-sanitize-recover=integer,undefined"}
|
||||
hwasanGlobalOptions = []string{"heap_history_size=1023", "stack_history_size=512",
|
||||
"export_memory_stats=0", "max_malloc_fill_size=0"}
|
||||
"export_memory_stats=0", "max_malloc_fill_size=4096", "malloc_fill_byte=0"}
|
||||
)
|
||||
|
||||
type SanitizerType int
|
||||
|
|
Loading…
Reference in a new issue