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

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

Enable signed-integer-overflow

Turn on signed-integer-overflow for libstagefright.so. This is only
for the top level Android.mk, and does not turn on signed overflow
checking in the included libraries and codecs.

Bug: 23752600
Change-Id: I9095a002d003da416db1a72f0edc197d19489945
parent d98db140
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ LOCAL_SHARED_LIBRARIES += \

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

LOCAL_MODULE:= libstagefright