Description[CSS Grid Layout] Heap-buffer-overflow in std::sort()
r179621 added support to handle infinite sizes to the
sortByGridTrackGrowthPotential() sorting function. The problem is that it broke
the strict weak ordering required by std::sort when the compared items had both
infinite maximum sizes, so the algorithm was going nuts.
BUG=401983, 402508, 402757
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181634
Patch Set 1 #
Total comments: 1
Patch Set 2 : Patch for landing #
Messages
Total messages: 14 (1 generated)
|