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

Commit 0b76f47d authored by Chad Brubaker's avatar Chad Brubaker
Browse files

Enable fsanitize unsigned-overflow-detection in id3

Tested using the id3v1_test_suite and cts and found no issues.
Bug:23110888

Change-Id: I6b876340914904abeb7035df004d7467ed4992ef
(cherry picked from commit 6325a738)
parent 208d0872
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ LOCAL_SRC_FILES := \
	ID3.cpp

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

LOCAL_MODULE := libstagefright_id3