mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-02-18 04:00:36 +01:00
Merge "Enable bounds sanitization in libaac."
am: cdaf85d874 Change-Id: I4c805903ac803973b79dbb8e43a662a697cb42fe
This commit is contained in:
commit
c03a49ab12
@ -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,
|
||||||
},
|
},
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user