Merge "[HWASan] Enable zero-initialization." am: c6ea944e18
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2037383 Change-Id: Iecb84d51be0c5ebfc9bca66f2f17a1a6c28e16a5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -76,7 +76,7 @@ var (
|
|||||||
minimalRuntimeFlags = []string{"-fsanitize-minimal-runtime", "-fno-sanitize-trap=integer,undefined",
|
minimalRuntimeFlags = []string{"-fsanitize-minimal-runtime", "-fno-sanitize-trap=integer,undefined",
|
||||||
"-fno-sanitize-recover=integer,undefined"}
|
"-fno-sanitize-recover=integer,undefined"}
|
||||||
hwasanGlobalOptions = []string{"heap_history_size=1023", "stack_history_size=512",
|
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
|
type SanitizerType int
|
||||||
|
Reference in New Issue
Block a user