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

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

Merge "Enable fsanitize unsigned-integer-overflow in soft MP3 decoder." am:...

Merge "Enable fsanitize unsigned-integer-overflow in soft MP3 decoder." am: 7683f00f am: 5b85c341
am: cabb9123

* commit 'cabb9123':
  Enable fsanitize unsigned-integer-overflow in soft MP3 decoder.
parents ce4d7aab cabb9123
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ LOCAL_CFLAGS := \

LOCAL_CFLAGS += -Werror
LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow
LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow

LOCAL_MODULE := libstagefright_mp3dec

@@ -75,7 +75,7 @@ LOCAL_C_INCLUDES := \

LOCAL_CFLAGS += -Werror
LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow
LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow

LOCAL_SHARED_LIBRARIES := \
        libstagefright libstagefright_omx libstagefright_foundation libutils liblog
@@ -101,7 +101,7 @@ LOCAL_C_INCLUDES := \
        $(call include-path-for, audio-utils)

LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow
LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow
LOCAL_STATIC_LIBRARIES := \
        libstagefright_mp3dec libsndfile