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

Commit 787aca9d authored by Dan Austin's avatar Dan Austin Committed by android-build-merger
Browse files

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

am: 89a1faee

* commit '89a1faee':
  Enable fsanitize unsigned-integer-overflow in soft Opus decoder.
parents e371100e 89a1faee
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