aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrAllocatorTest.cpp
diff options
context:
space:
mode:
authorGravatar sugoi <sugoi@chromium.org>2015-02-09 13:17:21 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-09 13:17:21 -0800
commit8e85761e5a4a0b169cf101c4d72142ee4b87d266 (patch)
tree60e6c0319819cf4ea0602eae0962231318c86beb /tests/GrAllocatorTest.cpp
parent61adb1b6491db3d3552d09a1c69ba5a37beb38d5 (diff)
Fixed array read error
In 32 bits, if the "element count" was under 32 bits, but "element count" * "element size" was over the 32 bit limit, the overflow was causing the read operation to appear as if it had succeded, even though it should have failed. BUG=456828 Review URL: https://codereview.chromium.org/904833003
Diffstat (limited to 'tests/GrAllocatorTest.cpp')
0 files changed, 0 insertions, 0 deletions