DescriptionA JSArray may have a filler map in the elements pointer.
We already have code that expects this, but incorrectly asserted that the
filler map case would never happen when allocation folding is turned on.
However, even folding has it's limits, bailing out of continued folding
when the object size grows too large. Therefore, it's a general problem
when verifying JSArray objects, that we might encounter a filler map
in elements().
Discovered by ClusterFuzz crbug 347903.
R=hpayer@chromium.org
LOG=N
BUG=347903
Committed: https://code.google.com/p/v8/source/detail?r=19604
Patch Set 1 #
Total comments: 1
Patch Set 2 : fixin' nits. #
Messages
Total messages: 2 (0 generated)
|