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

Commit 6d78f10b authored by Dan Austin's avatar Dan Austin
Browse files

Enable fsanitize unsigned-integer-overflow in Vorbis soft decoder.

Bug: 23110888
Change-Id: I76cde1090f4c76147ec7c4ce21a34dddbe1e0e13
parent 7534cb3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,6 +18,6 @@ LOCAL_MODULE_TAGS := optional


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


include $(BUILD_SHARED_LIBRARY)
include $(BUILD_SHARED_LIBRARY)