Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3946d930 authored by Ivan Lozano's avatar Ivan Lozano Committed by Gerrit Code Review
Browse files

Merge "Disable integer overflow sanitizer in grep."

parents cce381e3 f4dafbc8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -40,6 +40,10 @@ cc_defaults {
    cflags: common_cflags,
    local_include_dirs: ["upstream-netbsd/include/"],
    symlinks: ["egrep", "fgrep"],

    sanitize: {
        integer_overflow: false,
    },
}

cc_binary {