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

Commit 863a726b authored by Dan Austin's avatar Dan Austin
Browse files

Enable fsanitize unsigned-integer-overflow in soft FLAC encoder.

Bug: 23110888
Change-Id: I4c06c4c77207264c6b7bda925903a7ae07dc9b39
parent 7534cb3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,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