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

Commit ba495a17 authored by Dan Austin's avatar Dan Austin
Browse files

Enable fsanitize unsigned-integer-overflow in soft Opus decoder.

Bug: 23110888
Change-Id: I8ba2b743aa9bfb2afcd6fa611f6d3d00f550fbc6
parent 7534cb3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ LOCAL_SHARED_LIBRARIES := \
        libstagefright_foundation libutils liblog

LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow
LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow

LOCAL_MODULE := libstagefright_soft_opusdec
LOCAL_MODULE_TAGS := optional