aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2018-12-18 10:36:33 -0800
committerIvan Lozano <ivanlozano@google.com>2018-12-18 10:36:33 -0800
commitdb6e6c03b33e0ce6c59320abc631890c18c5cecd (patch)
treed6461ef4864b92bd44ddadece0225cb79419f29f
parent6f7cc0731bfadd23e738cbcc8765684390fe91a8 (diff)
downloadlibogg-db6e6c03b33e0ce6c59320abc631890c18c5cecd.tar.gz
Enforce ubsan sanitizers in libogg.
Keep sanitizers in diagnostics mode but don't recover from them so we get errors in tombstones. Bug: 110791537 Test: mma -j Change-Id: I8258219a7a3c52a317e602553ac45aa9c89f3939
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index efab715..7a9a9ff 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,6 +17,7 @@ cc_library_static {
diag: {
integer_overflow: true,
misc_undefined: ["bounds"],
+ no_recover: ["bounds", "integer"],
},
},
}