New issue
Advanced search Search tips

Issue 599825 link

Starred by 0 users

Issue metadata

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



Sign in to add a comment

Crash in v8::internal::AsmTyper::VisitHeapAccess

Project Member Reported by ClusterFuzz, Apr 1 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_v8_mipsel_dbg
Platform Id: linux

Crash Type: UNKNOWN READ
Crash Address: 0x00000004
Crash State:
  v8::internal::AsmTyper::VisitHeapAccess
  v8::internal::AsmTyper::VisitAssignment
  v8::internal::Assignment::Accept
  
Regressed: V8: r34586:34587

Minimized Testcase (0.31 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97-D-N5iVbfPPVCIZa-3OD_klUOaAvHe51TYbEp1AOD6zQCSzLzwDP6aA40l5v5p5ezUpo9FP4J9ScFa8G433ffQbhmzNSUag0qMX3cJFVEstDWgCoYZxQ00pyj4f-H5t_O4EP_L95qUBtcOwU5v-TE2HJ-nw
function __f_97(stdlib, buffer) {
  "use asm";
  var __v_30 = new stdlib.Int32Array(buffer);
  function __f_74() {
    var __v_27 = 4;
    __v_30[__v_27 >> __v_2] = ((__v_30[-1073741825]|-10) + 2) | 0;
  }
}
  var module = Wasm.instantiateModuleFromAsm( __f_97.toString());
function __f_61() {
}
(function __f_75() {
})();


Filer: durga.behera

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Owner: titzer@chromium.org
Status: Assigned (was: Available)
Labels: Te-Logged
Project Member

Comment 3 by bugdroid1@chromium.org, Apr 5 2016

Project Member

Comment 4 by ClusterFuzz, Apr 6 2016

ClusterFuzz has detected this issue as fixed in range 35272:35273.

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_v8_mipsel_dbg
Platform Id: linux

Crash Type: UNKNOWN READ
Crash Address: 0x00000004
Crash State:
  v8::internal::AsmTyper::VisitHeapAccess
  v8::internal::AsmTyper::VisitAssignment
  v8::internal::Assignment::Accept
  
Regressed: V8: r34586:34587
Fixed: V8: r35272:35273

Minimized Testcase (0.31 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97-D-N5iVbfPPVCIZa-3OD_klUOaAvHe51TYbEp1AOD6zQCSzLzwDP6aA40l5v5p5ezUpo9FP4J9ScFa8G433ffQbhmzNSUag0qMX3cJFVEstDWgCoYZxQ00pyj4f-H5t_O4EP_L95qUBtcOwU5v-TE2HJ-nw
function __f_97(stdlib, buffer) {
  "use asm";
  var __v_30 = new stdlib.Int32Array(buffer);
  function __f_74() {
    var __v_27 = 4;
    __v_30[__v_27 >> __v_2] = ((__v_30[-1073741825]|-10) + 2) | 0;
  }
}
  var module = Wasm.instantiateModuleFromAsm( __f_97.toString());
function __f_61() {
}
(function __f_75() {
})();


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: titzer@chromium.org hablich@chromium.org nyerramilli@chromium.org
 Issue 594027  has been merged into this issue.
Project Member

Comment 6 by ClusterFuzz, Jun 14 2016

Labels: ClusterFuzz-Verified
Status: Verified (was: Assigned)
ClusterFuzz testcase is verified as fixed, closing issue.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
Project Member

Comment 7 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