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

Change-Id: If2c1b228bb95708f59ef485c6ccc0275d4681a00
This commit is contained in:
Ivan Lozano
2018-12-12 13:17: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: [