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

Commit 6f49c32d authored by Dan Austin's avatar Dan Austin Committed by Gerrit Code Review
Browse files

Merge "Enable fsanitize signed-integer-overflow in webm"

parents f70c71fb 8c1dafea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ include $(CLEAR_VARS)
LOCAL_CPPFLAGS += -D__STDINT_LIMITS \
                  -Werror
LOCAL_CLANG := true
LOCAL_SANITIZE := unsigned-integer-overflow
LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow

LOCAL_SRC_FILES:= EbmlUtil.cpp        \
                  WebmElement.cpp     \