DescriptionHeap-buffer-overflow in void std::__final_insertion_sort.
It was getting crash while sorting rowspan cells. std::sort calls comparator
function 2 times with same value in reverse order when first call return
true for verification of result from second call which should be compulsory
false. But it was not there in our comparator function.
There was a mistake in comparator function. Cells should be sorted based
on row indexes only when one cell is not a subpart of another cell.
R=jchaffraix@chromium.org
BUG=296003
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158347
Patch Set 1 #
Total comments: 6
Patch Set 2 : Review comments addressed #
Messages
Total messages: 9 (0 generated)
|