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

Issue 592347 link

Starred by 0 users

Issue metadata

Status: Duplicate
Merged: issue 592340
Owner:
Last visit > 30 days ago
Closed: Mar 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

kMaxUInt32 != index_ in src/lookup.h

Project Member Reported by ClusterFuzz, Mar 7 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_v8_mipsel_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  kMaxUInt32 != index_ in src/lookup.h
  
Regressed: V8: r34225:34226

Minimized Testcase (0.23 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv96jfQjOdKuTA4QrMwcI2oVoBeAJGDHkYbS1M0l79CkJgq23ELe4fPKAqfCyMjmOzA7rWlZmQ8Uga-WKU9oO2_gOOAgj6egLG0wF7IdTRu7vhEI8rbBisfkHSbmuxywdYXHo_rjZ0LjbQkWav5Izs1MZdmxuNg
class MyArray extends Array { }
Object.prototype.constructor = MyArray;
delete Array.prototype.constructor;
__v_1 = Math.pow(2, 31);
__v_2 = [];
__v_2[__v_1] = 31;
__v_4 = [];
__v_4[__v_1 - 2] = 33;
  var __v_3 = __v_2.concat(__v_4);


Filer: machenbach

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Owner: littledan@chromium.org
Status: Assigned (was: Available)
PTAL
Mergedinto: 592340
Status: Duplicate (was: Assigned)
This is a duplicate of chromium:592340; the only difference is that it's being caught by a DCHECK here and ASAN there. A fix is on the way at https://codereview.chromium.org/1782443002
Project Member

Comment 3 by ClusterFuzz, Mar 10 2016

ClusterFuzz has detected this issue as fixed in range 34635:34636.

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_v8_mipsel_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  kMaxUInt32 != index_ in src/lookup.h
  
Regressed: V8: r34225:34226
Fixed: V8: r34635:34636

Minimized Testcase (0.23 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv96jfQjOdKuTA4QrMwcI2oVoBeAJGDHkYbS1M0l79CkJgq23ELe4fPKAqfCyMjmOzA7rWlZmQ8Uga-WKU9oO2_gOOAgj6egLG0wF7IdTRu7vhEI8rbBisfkHSbmuxywdYXHo_rjZ0LjbQkWav5Izs1MZdmxuNg
class MyArray extends Array { }
Object.prototype.constructor = MyArray;
delete Array.prototype.constructor;
__v_1 = Math.pow(2, 31);
__v_2 = [];
__v_2[__v_1] = 31;
__v_4 = [];
__v_4[__v_1 - 2] = 33;
  var __v_3 = __v_2.concat(__v_4);


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.
Project Member

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