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

Commit 38e4b627 authored by David Duarte's avatar David Duarte Committed by Automerger Merge Worker
Browse files

Merge "Partially revert "Replace sanitize.address with sanitize.hwaddress"" am: 7cab8c2d

parents 77de143e 7cab8c2d
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -978,9 +978,14 @@ cc_test {
        "libprotobuf-cpp-lite",
    ],
    sanitize: {
      hwaddress: true,
        address: true,
        all_undefined: true,
        cfi: true,
        integer_overflow: true,
        scs: true,
        diag: {
            undefined : true
        },
    },
}