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

Commit 9c832028 authored by Steven Moreland's avatar Steven Moreland
Browse files

libutils: integer sanitization

For sanity.

Fixes: 160342252
Test: manually introduce overflow for "ubsan: mul-overflow"
Change-Id: I292039eaef24582f05dd9f0fef011f0ece8364ed
parent c3f17840
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -78,6 +78,9 @@ cc_defaults {
        "libcutils",
        "liblog",
    ],
    sanitize: {
        misc_undefined: ["integer"],
    },

    target: {
        android: {