mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-02-12 01:20:38 +01:00
Merge "Enable bounds sanitization in libaac." am: cdaf85d874 am: c03a49ab12
am: 2373e71ff8 Change-Id: Ib4b0d54944d74cde0647bd282f4d44838bee7514
This commit is contained in:
commit
ad54bc9f77
@ -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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user