New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 593283 link

Starred by 0 users

Issue metadata

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



Sign in to add a comment

index2 <= length in src/compiler/x64/code-generator-x64.cc

Project Member Reported by ClusterFuzz, Mar 9 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  index2 <= length in src/compiler/x64/code-generator-x64.cc
  
Regressed: V8: r34344:34345

Minimized Testcase (0.32 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv954checBo1ReKzMtJ4vOH-F9q-7omPqHgi4v1FLSR9zHgJxs_swDUPKaypAs8_Z3xfDmxXge5WWEOup331xP1KUkavZ_1nzOXgWMCQ-_hFG6nVIAy3BXzIbXiAPbQ0PxPOfKyXtB8KEYbFJzNNEr2qsxs3_kA
function __f_92(stdlib, buffer) {
  "use asm";
  var __v_53 = new stdlib.Int32Array(buffer);
  function __f_72() {
    var __v_49 = 4;
    __v_53[0] = (__v_49 + 1) | 0;
  }
  return {__f_72: __f_72};
}
  var __v_24 = new ArrayBuffer(2147483648);
  var module = _WASMEXP_.instantiateModuleFromAsm( __f_92.toString(), null, __v_24);


Filer: hablich

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

Comment 1 by habl...@google.com, Mar 9 2016

Cc: bradnelson@chromium.org
Owner: titzer@chromium.org
Status: Assigned (was: Available)
Project Member

Comment 2 by ClusterFuzz, Mar 9 2016

ClusterFuzz has detected this issue as fixed in range 34586:34587.

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  index2 <= length in src/compiler/x64/code-generator-x64.cc
  
Regressed: V8: r34344:34345
Fixed: V8: r34586:34587

Minimized Testcase (0.32 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv954checBo1ReKzMtJ4vOH-F9q-7omPqHgi4v1FLSR9zHgJxs_swDUPKaypAs8_Z3xfDmxXge5WWEOup331xP1KUkavZ_1nzOXgWMCQ-_hFG6nVIAy3BXzIbXiAPbQ0PxPOfKyXtB8KEYbFJzNNEr2qsxs3_kA
function __f_92(stdlib, buffer) {
  "use asm";
  var __v_53 = new stdlib.Int32Array(buffer);
  function __f_72() {
    var __v_49 = 4;
    __v_53[0] = (__v_49 + 1) | 0;
  }
  return {__f_72: __f_72};
}
  var __v_24 = new ArrayBuffer(2147483648);
  var module = _WASMEXP_.instantiateModuleFromAsm( __f_92.toString(), null, __v_24);


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.
Cc: ranjitkan@chromium.org
Status: WontFix (was: Assigned)
Looks like this issues is no longer reproduced. Please feel free to raise a new issue or reopen if still persists or reappears.

Thanks.!

Comment 4 by titzer@chromium.org, Jun 10 2016

Status: Fixed (was: WontFix)
This doesn't reproduce anymore because the API changed.

I tried the repro with _WASMEXP_ replaced with Wasm and it did not crash.
I believe I fixed this in:
https://codereview.chromium.org/1858323003/
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