• Mythri's avatar
    Add bounds check when iterating over bytecode jump table · e9770dfe
    Mythri authored
    Bytecode jump table for switch statements can have holes when
    the corresponding case statements do not exist (either because
    the case was missing or was eliminated because it was dead code).
    The iterator deals with this by skipping over the holes and setting
    the iterator to the next valid entry. Bounds check was missing during
    this skipping over if the last element is a hole.
    
    Bug: chromium:794825
    Change-Id: Ifdb63257e2997d2fd2868467a56da72b68feb47e
    Reviewed-on: https://chromium-review.googlesource.com/829774Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
    Commit-Queue: Mythri Alle <mythria@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#50137}
    e9770dfe
bytecode-array-accessor.cc 11.2 KB