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

Commit b356a375 authored by Dan Austin's avatar Dan Austin Committed by Android Git Automerger
Browse files

am b7bf7114: am 9d2e1967: am 6f49c32d: Merge "Enable fsanitize signed-integer-overflow in webm"

* commit 'b7bf7114':
  Enable fsanitize signed-integer-overflow in webm
parents b846283e b7bf7114
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ LOCAL_CPPFLAGS += -D__STDINT_LIMITS

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

LOCAL_SRC_FILES:= EbmlUtil.cpp        \
                  WebmElement.cpp     \