1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-04-20 08:07:20 +02:00

Merge "Enable bounds sanitization in libaac."

This commit is contained in:
Treehugger Robot 2018-12-12 21:07:25 +00:00 committed by Gerrit Code Review
commit cdaf85d874

View File

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