commit | 0521bf381374abe423ecccad8c394f520fc31b61 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Sep 09 22:44:07 2020 +0000 |
committer | Steven Moreland <smoreland@google.com> | Thu Sep 10 19:47:35 2020 +0000 |
tree | 161f3f8024baad80e72c436ab86a3745dd488eb7 | |
parent | 8511331ec434dafc6f1128654e12bb8533f57633 [diff] |
Detect overflows in constant expressions. Currently these throw ubsan errors which are great for interface users, because they are alerted about interface overflows. However, these are holding up our fuzzer. In order to keep the fuzzer working, manually handling these. Bug: 161215757 Test: added corpus Change-Id: I186e186f83bcee595cdc3f7db036510b3aa3e1e0
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview