commit | a9e64dee317531cbc8016294dfc2ed68feca5c5a | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Tue Sep 29 11:29:42 2020 -0700 |
committer | Devin Moore <devinmoore@google.com> | Tue Sep 29 13:43:51 2020 -0700 |
tree | 7e820737146ae0303156ace70b2f9499aa1dfe31 | |
parent | 57620013fa81a0fd6fc2bad511bdf0dd5169ef3d [diff] |
Fix overflow check in shift right expression The check needs to be inclusive. It was missing cases where the shift exponent was the same size as the number of bits in the type. Fixes: 169627378 Test: aidl_parser_fuzzer test/corpus/shift_right_64 Change-Id: Ie796490b08009bef3c51d5470b8d4490275a173a
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview