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

Commit 936cbb03 authored by Vishwath Mohan's avatar Vishwath Mohan
Browse files

Enable unsigned-integer-overflow

Enables unsigned integer overflow for the httplive and foundation projects.

Bug: 23110888
Change-Id: I07875e3e7da3dc4a4fbfb94dd0e6853dc190e2db
parent 7e9529f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ LOCAL_SHARED_LIBRARIES := \

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

LOCAL_MODULE:= libstagefright_foundation

+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ LOCAL_C_INCLUDES:= \

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

LOCAL_SHARED_LIBRARIES := \
        libbinder \