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

Commit 34a2040f authored by Dan Austin's avatar Dan Austin Committed by Gerrit Code Review
Browse files

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

parents 9322fa0c 8b861420
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