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

Commit cc57a8cf authored by Dan Austin's avatar Dan Austin
Browse files

Enable fsanitize signed-integer-overflow in Soft Vorbis decoder

Bug: 23746200
Change-Id: Iabc605223a829344c3709fde5f99a3892379f756
parent dd81129f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,5 +17,7 @@ LOCAL_MODULE := libstagefright_soft_vorbisdec
LOCAL_MODULE_TAGS := optional

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

include $(BUILD_SHARED_LIBRARY)