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

Commit 222354b1 authored by Dan Austin's avatar Dan Austin
Browse files

Enable fsanitize signed-integer-overflow in mpeg2ts

Bug: 23752600
Change-Id: I6b593e085889bf36ebd8eff4dd4f9abc83c0e499
parent 8c1dafea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ LOCAL_C_INCLUDES:= \

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

LOCAL_MODULE:= libstagefright_mpeg2ts