commit | 0dacc6708d5db4fbe755d7b1d0716b51fe703058 | [log] [tgz] |
---|---|---|
author | ethannicholas <ethannicholas@google.com> | Tue Jul 07 12:41:52 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jul 07 12:41:52 2015 -0700 |
tree | 9210cb9347ee560ad83407a07d400b7ab1f52ab2 | |
parent | 1b24933e52f50773de29332387a12721811f3012 [diff] |
When GrAAConvesTesselator was merging the first and last point of the array, it was deleting the last point without checking to see if any of the previous points shared the same index. This led to continuing to use the index of a deleted point and thus referencing memory past the end of the vertex array. BUG=chromium:505227 Review URL: https://codereview.chromium.org/1225683008