DescriptionWhen 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
Committed: https://skia.googlesource.com/skia/+/0dacc6708d5db4fbe755d7b1d0716b51fe703058
Patch Set 1 #
Total comments: 2
Patch Set 2 : #Patch Set 3 : #Messages
Total messages: 7 (3 generated)
|