Description[elements] Omit fast path in PrependElementIndices
In PrependElementIndicesImpl we sort a FixedArray of indices potentially
containing HeapNumbers. During the string conversion we might trigger a GC.
This in turn might try to read a slot where we previously had a HeapNumber
but the sort sneaked a SMI in there which is not a valid pointer.
BUG=chromium:630561
Committed: https://crrev.com/7ede61ed1da8f21bd4043e0d66ef86240cf0fe7c
Cr-Commit-Position: refs/heads/master@{#37993}
Patch Set 1 #Patch Set 2 : avoid slow join in repro #
Total comments: 1
Patch Set 3 : adding missing convert condition #
Messages
Total messages: 17 (9 generated)
|