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

Commit f61642b6 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Ian Pedowitz
Browse files

Revert "Enable fsanitize unsigned-integer-overflow in soft MP3 decoder."

Bug: 25737210

This reverts commit 468cbb06.

Change-Id: Ib381000a3b70f71d99d06c197397bb65392748ff
parent ce2178be
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 unsigned-integer-overflow
LOCAL_SANITIZE := signed-integer-overflow

LOCAL_MODULE := libstagefright_mp3dec

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

LOCAL_CFLAGS += -Werror
LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow
LOCAL_SANITIZE := signed-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 unsigned-integer-overflow
LOCAL_SANITIZE := signed-integer-overflow
LOCAL_STATIC_LIBRARIES := \
        libstagefright_mp3dec libsndfile