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

Commit 5704e218 authored by Dan Austin's avatar Dan Austin Committed by android-build-merger
Browse files

Merge "Enable fsanitize signed-integer-overflow in Soft Vorbis decoder" am: 2ebf8c4d

am: d2ea9a50

* commit 'd2ea9a50':
  Enable fsanitize signed-integer-overflow in Soft Vorbis decoder
parents 61168777 d2ea9a50
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,5 +17,7 @@ LOCAL_MODULE := libstagefright_soft_vorbisdec
LOCAL_MODULE_TAGS := optional

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

include $(BUILD_SHARED_LIBRARY)