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

Commit e36c3fa9 authored by Ivan Lozano's avatar Ivan Lozano
Browse files

Enable integer sanitizer in libmediapleyrservice.

This turns on unsigned and signed integer overflow sanitization in
libmediaplayerservice.

Bug: 67010565
Test: Ran CtsMediaTestCases, device boots.
Change-Id: I86b5726bd5c6ca7add0eafa11890e1a35d27563b
parent ad764cd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -61,7 +61,7 @@ LOCAL_MODULE:= libmediaplayerservice


LOCAL_32_BIT_ONLY := true
LOCAL_32_BIT_ONLY := true


LOCAL_SANITIZE := cfi
LOCAL_SANITIZE := cfi integer_overflow
LOCAL_SANITIZE_DIAG := cfi
LOCAL_SANITIZE_DIAG := cfi


include $(BUILD_SHARED_LIBRARY)
include $(BUILD_SHARED_LIBRARY)