commit | 78663f9dad1235e47c2fa9cfd1a9dd979d373871 | [log] [tgz] |
---|---|---|
author | Herb Derby <herb@google.com> | Fri Feb 23 14:45:36 2018 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Feb 26 17:53:48 2018 +0000 |
tree | 9bf9b1056cb41bc649554b5ac9fef35efc1d3f0c | |
parent | 352ad2cbf1f4ab6b3341d958d958bfef16d7242d [diff] |
Fix overflow in number of bytes to erase. The width and the height were multiplied as int * int. Now it is int64_t * int64_t. BUG=chromium:812519 Change-Id: If60bbdd8ee92748559b2e4f3ab57e4463a8006e8 Reviewed-on: https://skia-review.googlesource.com/109781 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Herb Derby <herb@google.com>