aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2018-07-10 12:01:23 -0700
committerIvan Lozano <ivanlozano@google.com>2018-07-17 09:45:49 -0700
commit11b93edeae70b5f00bc3d366b7cfa87f66f00487 (patch)
tree13f9842006474a7764f8a60bc0ff642c8532af24 /Android.bp
parent53bd147a05128e887f2273112f41d8e6ec038be1 (diff)
downloadlibhevc-11b93edeae70b5f00bc3d366b7cfa87f66f00487.tar.gz
Enable integer overflow sanitization in libhevc.
Enable integer overflow sanitization in libhevc, initially in diagnostics mode. Bug: 110791537 Test: CTS tests Change-Id: Ib2979f76599a56f540e54d3377aeb0ddd71c2446
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 13bb2a1..9926255 100644
--- a/Android.bp
+++ b/Android.bp
@@ -390,11 +390,13 @@ cc_library_static {
},
sanitize: {
+ integer_overflow: true,
cfi: true,
diag: {
+ integer_overflow: true,
cfi: true,
},
- blacklist: "cfi_blacklist.txt",
+ blacklist: "libhevc_blacklist.txt",
},
}