New issue
Advanced search Search tips

Issue 671576 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

map_index >= Context::TYPED_ARRAY_KEY_ITERATOR_MAP_INDEX in js-builtin-reducer.c

Project Member Reported by ClusterFuzz, Dec 6 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_v8_mipsel_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  map_index >= Context::TYPED_ARRAY_KEY_ITERATOR_MAP_INDEX in js-builtin-reducer.c
  
Regressed: V8: r41495:41496

Minimized Testcase (0.25 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97TDhx4dykZlPH2mp92eH4ungBVT3TkJ8u7mWY-81GB2SEUmyQC57zMN9Z-BwhdKHZtNJ0mAaFUMnXVhwZrFwsJ71z2nL1gl-QmGkVosoP5Do7JFBxH3xItAG-RS1TSOFo8MGIfmyijmF5jh_qJ4hzh5BFNnw?testcase_id=5936048069935104
(function __f_13() {
  function __f_5() {
    try {
__v_12;
    } catch (e) {
    __f_26();
    }
  }
 __f_5();
  %OptimizeFunctionOnNextCall(__f_5);
 __f_5();
})();
function __f_26() {
  var __v_20 = [ NaN];
  for (var __v_26 of __v_20.keys()) {
  }
}


Issue manually filed by: titzer

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Cc: bmeu...@chromium.org
Owner: yangguo@chromium.org
Assigning to Yang, since it bisected to his recent CL. CC'ing bmeurer@ since the failure was in the js-builtin-reducer.
Project Member

Comment 2 by bugdroid1@chromium.org, Dec 6 2016

Project Member

Comment 3 by ClusterFuzz, Dec 7 2016

ClusterFuzz has detected this issue as fixed in range 41517:41518.

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_v8_mipsel_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  map_index >= Context::TYPED_ARRAY_KEY_ITERATOR_MAP_INDEX in js-builtin-reducer.c
  
Regressed: V8: r41495:41496
Fixed: V8: r41517:41518

Minimized Testcase (0.25 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97TDhx4dykZlPH2mp92eH4ungBVT3TkJ8u7mWY-81GB2SEUmyQC57zMN9Z-BwhdKHZtNJ0mAaFUMnXVhwZrFwsJ71z2nL1gl-QmGkVosoP5Do7JFBxH3xItAG-RS1TSOFo8MGIfmyijmF5jh_qJ4hzh5BFNnw?testcase_id=5936048069935104
(function __f_13() {
  function __f_5() {
    try {
__v_12;
    } catch (e) {
    __f_26();
    }
  }
 __f_5();
  %OptimizeFunctionOnNextCall(__f_5);
 __f_5();
})();
function __f_26() {
  var __v_20 = [ NaN];
  for (var __v_26 of __v_20.keys()) {
  }
}


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: Untriaged)

Sign in to add a comment