New issue
Advanced search Search tips

Issue 651403 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

Unreachable code in verifier.cc

Project Member Reported by ClusterFuzz, Sep 29 2016

Issue description

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5537442730082304

Fuzzer: mbarbella_js_mutation
Job Type: linux_v8_d8_tot
Platform Id: linux

Crash Type: Unreachable code
Crash Address: 
Crash State:
  verifier.cc
  
Regressed: V8: r39823:39838

Minimized Testcase (0.26 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97LgOZevL6AmL_q3dSJVCVEVEc_EGk-iURQwbRj59nReAIifMGth9sWdcsISkjRw7gHc3_IzWYmHJYFuX05axpM91DK8tGKzYx9RpQs1t2vR9ECdww8QiqiTSwd5lh2_DSHH-Dh31ic13dvqY9fMV8zwSSGUA?testcase_id=5537442730082304
function __f_8 () {
    __f_10();
  function __f_10() {
    try {
        __v_7.__defineGetter__();
        eval();
    } catch(e) {
    }
  }
  function __f_9() {
  }
  var __v_7 = Object.create( { toString: { value: __f_9 }, length: { get: __f_9 } });
}
__f_8();


Issue manually filed by: mstarzinger

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Cc: mstarzinger@chromium.org rmcilroy@chromium.org
Components: Blink>JavaScript>Compiler
Owner: leszeks@chromium.org
Status: Assigned (was: Untriaged)
Bisects to d8d964baa226881480e58c13d519b018697c4511. The {Dead} node seems to be reachable from {End}.
Status: Started (was: Assigned)
Confirmed repro, I'm on it.
Project Member

Comment 3 by ClusterFuzz, Sep 30 2016

ClusterFuzz has detected this issue as fixed in range 39862:39889.

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5537442730082304

Fuzzer: mbarbella_js_mutation
Job Type: linux_v8_d8_tot
Platform Id: linux

Crash Type: Unreachable code
Crash Address: 
Crash State:
  verifier.cc
  
Regressed: V8: r39823:39838
Fixed: V8: r39862:39889

Minimized Testcase (0.26 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97LgOZevL6AmL_q3dSJVCVEVEc_EGk-iURQwbRj59nReAIifMGth9sWdcsISkjRw7gHc3_IzWYmHJYFuX05axpM91DK8tGKzYx9RpQs1t2vR9ECdww8QiqiTSwd5lh2_DSHH-Dh31ic13dvqY9fMV8zwSSGUA?testcase_id=5537442730082304
function __f_8 () {
    __f_10();
  function __f_10() {
    try {
        __v_7.__defineGetter__();
        eval();
    } catch(e) {
    }
  }
  function __f_9() {
  }
  var __v_7 = Object.create( { toString: { value: __f_9 }, length: { get: __f_9 } });
}
__f_8();


See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.

If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
Status: Fixed (was: Started)
Project Member

Comment 5 by sheriffbot@chromium.org, Nov 22 2016

Labels: -Restrict-View-EditIssue
Removing EditIssue view restrictions from ClusterFuzz filed bugs. If you believe that this issue should still be restricted, please reapply the label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment