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

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

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

* commit '9d2e1967':
  Enable fsanitize signed-integer-overflow in webm
parents a017119b 9d2e1967
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     \