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

Commit 1af053f9 authored by Dan Austin's avatar Dan Austin
Browse files

Enable fsanitize signed-integer-overflow in G711 decoder

Bug: 23752600
Change-Id: I67556b00e9e14c70355995d4d0dc3ed9d40f8888
parent 34efca16
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,5 +15,7 @@ LOCAL_MODULE := libstagefright_soft_g711dec
LOCAL_MODULE_TAGS := optional

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

include $(BUILD_SHARED_LIBRARY)