1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-06-05 22:39:13 +02:00

Merge "Enable bounds sanitization in libaac." am: cdaf85d874 am: c03a49ab12

am: 2373e71ff8

Change-Id: Ib4b0d54944d74cde0647bd282f4d44838bee7514
This commit is contained in:
Ivan Lozano
2018-12-12 13:21:32 -08:00
committed by android-build-merger

View File

@@ -25,7 +25,11 @@ cc_library_static {
"-Wno-implicit-fallthrough",
],
sanitize: {
misc_undefined:["unsigned-integer-overflow", "signed-integer-overflow"],
misc_undefined:[
"unsigned-integer-overflow",
"signed-integer-overflow",
"bounds",
],
cfi: true,
},
shared_libs: [