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

Unified Diff: build/config/sanitizers/BUILD.gn

Issue 2405473002: [libfuzzer] Add more UBSan flags to is_ubsan_security configuration. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/sanitizers/BUILD.gn
diff --git a/build/config/sanitizers/BUILD.gn b/build/config/sanitizers/BUILD.gn
index 5040189ee7eeaee5d3800d16cf2b1ed74f047cc2..25819b33499fa13352ee45aaf050a6dd35471865 100644
--- a/build/config/sanitizers/BUILD.gn
+++ b/build/config/sanitizers/BUILD.gn
@@ -480,7 +480,7 @@ config("ubsan_security_flags") {
ubsan_security_blacklist_path =
rebase_path("//tools/ubsan/security_blacklist.txt", root_build_dir)
cflags = [
- "-fsanitize=signed-integer-overflow,shift,vptr",
+ "-fsanitize=signed-integer-overflow,shift,vptr,function,object-size,vla-bound",
"-fsanitize-blacklist=$ubsan_security_blacklist_path",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698