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

Commit 8ff247e1 authored by Dan Austin's avatar Dan Austin Committed by android-build-merger
Browse files

Merge "Enable fsanitize unsigned-integer-overflow in Vorbis soft decoder." am:...

Merge "Enable fsanitize unsigned-integer-overflow in Vorbis soft decoder." am: 9322fa0c am: f6d3d312
am: c243b0f7

* commit 'c243b0f7':
  Enable fsanitize unsigned-integer-overflow in Vorbis soft decoder.
parents 5c67b425 c243b0f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@ LOCAL_MODULE_TAGS := optional

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

include $(BUILD_SHARED_LIBRARY)