Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Unified Diff: fuzzer/go/common/common.go

Issue 1668543004: Add AddressSanitizer to fuzzer analysis (Closed) Base URL: https://skia.googlesource.com/buildbot@remove-old-tests
Patch Set: add multi threaded delete Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fuzzer/go/common/common.go
diff --git a/fuzzer/go/common/common.go b/fuzzer/go/common/common.go
index f18634f77f3267a1ea4a5d05ff4c6dbb839c0640..ef752b0b7d429c9f8d98718a7105012b844edc4a 100644
--- a/fuzzer/go/common/common.go
+++ b/fuzzer/go/common/common.go
@@ -8,6 +8,8 @@ const (
UNKNOWN_FUNCTION = "UNKNOWN"
UNKNOWN_FILE = "UNKNOWN"
UNKNOWN_LINE = -1
+
+ ASAN_OPTIONS = "ASAN_OPTIONS=detect_leaks=0 symbolize=1 allocator_may_return_null=1"
)
var prettyFuzzCategories = map[string]string{

Powered by Google App Engine
This is Rietveld 408576698