mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-02-16 19:30:34 +01:00
Merge "Enable bounds sanitization in libaac."
This commit is contained in:
commit
cdaf85d874
@ -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,
|
||||
},
|
||||
export_include_dirs: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user