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

Commit 59b94200 authored by Chad Brubaker's avatar Chad Brubaker
Browse files

Enable integer overflow sanitization in libmedia

Change-Id: I138a02abca792af35001058ce17412bdf69fec92
parent cb50c54b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ LOCAL_C_INCLUDES := \

LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -Wall
LOCAL_CLANG := true
LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow

include $(BUILD_SHARED_LIBRARY)