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

Commit 7cab8c2d authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge "Partially revert "Replace sanitize.address with sanitize.hwaddress""

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