• Mike Stanton's avatar
    [Builtins] Array.prototype.reduce missing length check · 2222a9d6
    Mike Stanton authored
    In the recent port of reduce() and reduceRight(), a check for a length
    change during the loop (standard for iterating builtins) was omitted.
    
    We did get array bounds check protection, however it didn't expose
    the issue in our tests because the bounds check is against the
    backing store length, not against the length in the referring JSArray.
    
    Also added a test for reduceRight().
    
    R=jgruber@chromium.org
    
    Bug: chromium:937676
    Change-Id: I76e22e0d71965bff84a0822b1df5dc818a00b50e
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1503732Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Commit-Queue: Michael Stanton <mvstanton@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#60033}
    2222a9d6
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...