Merge "Enable bounds sanitization in libavc."
This commit is contained in:
commit
f0cc0686dd
1 changed files with 4 additions and 0 deletions
|
|
@ -234,10 +234,12 @@ cc_library_static {
|
|||
|
||||
sanitize: {
|
||||
integer_overflow: true,
|
||||
misc_undefined: ["bounds"],
|
||||
// Enable CFI if this becomes a shared library.
|
||||
// cfi: true,
|
||||
diag: {
|
||||
integer_overflow: true,
|
||||
misc_undefined: ["bounds"],
|
||||
},
|
||||
blacklist: "libavc_blacklist.txt",
|
||||
},
|
||||
|
|
@ -505,10 +507,12 @@ cc_library_static {
|
|||
|
||||
sanitize: {
|
||||
integer_overflow: true,
|
||||
misc_undefined: ["bounds"],
|
||||
// Enable CFI if this becomes a shared library.
|
||||
// cfi: true,
|
||||
diag: {
|
||||
integer_overflow: true,
|
||||
misc_undefined: ["bounds"],
|
||||
},
|
||||
blacklist: "libavc_blacklist.txt",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue