aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2018-12-12 13:17:32 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-12 13:17:32 -0800
commit2373e71ff8e3f113d7879f282572ae3722b7ac04 (patch)
tree37a1b26326e4949a075314bf37e9d604552fba04
parent3c54bd3b6db9078850edca1961cee1ec6f5521ee (diff)
parentc03a49ab12740e2c26f3bd8b6d96957701411229 (diff)
downloadfdk-aac-2373e71ff8e3f113d7879f282572ae3722b7ac04.tar.gz
fdk-aac-2373e71ff8e3f113d7879f282572ae3722b7ac04.tar.bz2
fdk-aac-2373e71ff8e3f113d7879f282572ae3722b7ac04.zip
Merge "Enable bounds sanitization in libaac." am: cdaf85d874
am: c03a49ab12 Change-Id: If2c1b228bb95708f59ef485c6ccc0275d4681a00
-rw-r--r--Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 315e5bc..dce6fdd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -25,7 +25,11 @@ cc_library_static {
"-Wno-implicit-fallthrough",
],
sanitize: {
- misc_undefined:["unsigned-integer-overflow", "signed-integer-overflow"],
+ misc_undefined:[
+ "unsigned-integer-overflow",
+ "signed-integer-overflow",
+ "bounds",
+ ],
cfi: true,
},
shared_libs: [