Merge "Disable integer overflow sanitizer in grep."

This commit is contained in:
Ivan Lozano 2017-12-06 19:14:11 +00:00 committed by Gerrit Code Review
commit 3946d93023

View file

@ -40,6 +40,10 @@ cc_defaults {
cflags: common_cflags,
local_include_dirs: ["upstream-netbsd/include/"],
symlinks: ["egrep", "fgrep"],
sanitize: {
integer_overflow: false,
},
}
cc_binary {