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

Commit 8c1dafea authored by Dan Austin's avatar Dan Austin
Browse files

Enable fsanitize signed-integer-overflow in webm

Bug: 23752600
Change-Id: I181f7cfa6ed9d27ada2235a8d6ead0d7c9bef75e
parent 9247fab2
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     \