commit | c26a50922e0e43d8f47bee0e5802e7b89807b45a | [log] [tgz] |
---|---|---|
author | Stephen Crane <sjc@immunant.com> | Tue Apr 14 13:24:29 2020 -0700 |
committer | Stephen Crane <sjc@immunant.com> | Fri Apr 17 16:25:10 2020 -0700 |
tree | 101a089ad4b65f126212330e738692c7080be592 | |
parent | e5c824b24c8f217ef363557f548cef7ceeb2d097 [diff] |
Fix out-of-bounds write past end of buckets on long transactions For some values of max_time_bucket, (max_time_bucket-1) / time_per_bucket will end up being num_buckets, which is one element past the end of the buckets array. Test: adb shell binderThroughputTest -- -m 500 Change-Id: Ie3933df6e563854b375604368c06dbd33697250a