diff options
| author | 2020-04-14 13:24:29 -0700 | |
|---|---|---|
| committer | 2020-04-17 16:25:10 -0700 | |
| commit | c26a50922e0e43d8f47bee0e5802e7b89807b45a (patch) | |
| tree | 101a089ad4b65f126212330e738692c7080be592 /opengl/libagl/BufferObjectManager.cpp | |
| 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
Diffstat (limited to 'opengl/libagl/BufferObjectManager.cpp')
0 files changed, 0 insertions, 0 deletions