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

Commit 8045f87f authored by Ivan Lozano's avatar Ivan Lozano Committed by Gerrit Code Review
Browse files

Merge "Enable bounds sanitization in Bluetooth."

parents e898534a 93a5679a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -62,6 +62,9 @@ fluoride_defaults {
        "libbluetooth-types",
    ],
    cpp_std: "c++17",
    sanitize: {
        misc_undefined: ["bounds"],
    },
}

// Enables code coverage for a set of source files. Must be combined with