commit | 73ba11ec73c24060111eb849787f7004d243b76d | [log] [tgz] |
---|---|---|
author | Dan Austin <danielaustin@google.com> | Tue Nov 03 13:40:49 2015 -0800 |
committer | Dan Austin <danielaustin@google.com> | Tue Nov 03 13:40:49 2015 -0800 |
tree | 17b8b46a389e0160cec9e844383a2a60dbd3a76f | |
parent | 1d1449297e6ea4cd76119e284807f5e2b9187743 [diff] |
Enable fsanitize unsigned-integer-overflow in GSM soft decoder Bug: 23110888 Change-Id: I7361eb0253408c6d50a01d67db6f380a39cb2074
diff --git a/media/libstagefright/codecs/gsm/dec/Android.mk b/media/libstagefright/codecs/gsm/dec/Android.mk index 562d416..fe8c830 100644 --- a/media/libstagefright/codecs/gsm/dec/Android.mk +++ b/media/libstagefright/codecs/gsm/dec/Android.mk
@@ -11,7 +11,7 @@ LOCAL_CFLAGS += -Werror LOCAL_CLANG := true -LOCAL_SANITIZE := signed-integer-overflow +LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow LOCAL_SHARED_LIBRARIES := \ libstagefright libstagefright_omx libstagefright_foundation libutils liblog