Skip to content
Snippets Groups Projects
Commit f88515d1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add sanitize blacklist for libaom to avoid CFI violation"

parents 6ae43a93 85035c29
No related branches found
No related tags found
No related merge requests found
......@@ -507,6 +507,10 @@ cc_library_static {
},
sanitize: {
blacklist: "libaom_blacklist.txt",
},
}
cc_fuzz {
......
......@@ -106,6 +106,10 @@ cc_library_static {
},
sanitize: {
blacklist: "libaom_blacklist.txt",
},
}
cc_fuzz {
......
[cfi]
# libaom/av1/common/reconintra.c: indirect call to assembly code on x86/x86_64 platform
fun:dr_predictor
fun:build_intra_predictors
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment