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

Commit 64ed43b3 authored by Dan Austin's avatar Dan Austin
Browse files

Enable fsanitize signed-integer-overflow in omx

Bug: 23752600
Change-Id: I811238cf041e437dcaedef6f43bfefd281d04131
parent c8c5253f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_MODULE:= libstagefright_omx
LOCAL_CLANG := true
LOCAL_SANITIZE := unsigned-integer-overflow
LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow

include $(BUILD_SHARED_LIBRARY)