Skip to content
Snippets Groups Projects
Commit 33cd4437 authored by Liu, Kai1's avatar Liu, Kai1 Committed by android-build-merger
Browse files

Merge "Add sanitize blacklist for libaom to avoid CFI violation" am: f88515d1

am: ec201c27

Change-Id: If4ba8e56258da26547862d819e80f3b73120fa65
parents 2c407543 ec201c27
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