Merge "Disable integer overflow sanitizer in grep."
This commit is contained in:
commit
3946d93023
1 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,10 @@ cc_defaults {
|
||||||
cflags: common_cflags,
|
cflags: common_cflags,
|
||||||
local_include_dirs: ["upstream-netbsd/include/"],
|
local_include_dirs: ["upstream-netbsd/include/"],
|
||||||
symlinks: ["egrep", "fgrep"],
|
symlinks: ["egrep", "fgrep"],
|
||||||
|
|
||||||
|
sanitize: {
|
||||||
|
integer_overflow: false,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue