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

Commit 8b861420 authored by Dan Austin's avatar Dan Austin
Browse files

Enable fsanitize unsigned-integer-overflow in all parts of AAC encoder.

Bug: 23110888
Change-Id: I19915a4990de29101ec64d38c034cb8dad628662
parent 7534cb3a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ ifeq ($(AAC_LIBRARY), fraunhofer)

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

  LOCAL_STATIC_LIBRARIES := libFraunhoferAAC

@@ -138,7 +138,7 @@ else # visualon

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

  LOCAL_STATIC_LIBRARIES := \
          libstagefright_aacenc