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

Commit ea3b9bb5 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:...

Merge "Enable fsanitize unsigned-integer-overflow in soft Opus decoder." am: 89a1faee am: 787aca9d
am: e7c3c65d

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