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

Commit 520d9ab3 authored by Chad Brubaker's avatar Chad Brubaker Committed by Gerrit Code Review
Browse files

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

parents c8c5253f 211b2eed
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ include $(CLEAR_VARS)

LOCAL_CPPFLAGS += -D__STDINT_LIMITS \
                  -Werror
LOCAL_CLANG := true
LOCAL_SANITIZE := unsigned-integer-overflow

LOCAL_SRC_FILES:= EbmlUtil.cpp        \
                  WebmElement.cpp     \