New issue
Advanced search Search tips

Issue 659088 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

properties()->IsDictionary() == map()->is_dictionary_map() in objects-inl.h

Project Member Reported by ClusterFuzz, Oct 25 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_ignition_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  properties()->IsDictionary() == map()->is_dictionary_map() in objects-inl.h
  
Regressed: V8: r40550:40551

Minimized Testcase (0.23 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv95VOaJNQ8ZCVDW6LYVuyJ0dmgYvkEWiT6GgAadb_qE5ZFlC06w_9SeAKNei_KSRgH1hZMTPJCMR5EorrvrYwrE6FClhEF4DitqU604sUiFgaOPBBOGaG41DoMkzXEj6m_RaDj3RWuFjWih_IdLZpwTkX_hE5Q?testcase_id=5476639803965440
try {
(function() {
})();
} catch(e) {; }
function __f_8 () {
  function __f_7() {
    __f_8();
  }
  function __f_9() {
  }
  var __v_7 = Object.create(null, { toString: { value: __f_9 }, length: { get: __f_9 } });
  __f_7();
}
__f_8();


Issue manually filed by: rossberg

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Owner: cbruni@chromium.org
Status: Assigned (was: Untriaged)
Camillo, you own the offending change.

Comment 2 by cbruni@chromium.org, Oct 25 2016

Status: Started (was: Assigned)
Project Member

Comment 3 by bugdroid1@chromium.org, Oct 26 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/v8/v8.git/+/f5d4f8f80f8ca18f1c207c9f0dbc2f478f398fdf

commit f5d4f8f80f8ca18f1c207c9f0dbc2f478f398fdf
Author: cbruni <cbruni@chromium.org>
Date: Wed Oct 26 07:17:02 2016

[runtime] Fix Object.create(null) initialization order

A GC might cause the just created dictionary object to have an invalid backing
store, which breaks heap verification.

BUG= chromium:659088 

Review-Url: https://codereview.chromium.org/2452653002
Cr-Commit-Position: refs/heads/master@{#40574}

[modify] https://crrev.com/f5d4f8f80f8ca18f1c207c9f0dbc2f478f398fdf/src/runtime/runtime-object.cc

Project Member

Comment 4 by ClusterFuzz, Oct 27 2016

ClusterFuzz has detected this issue as fixed in range 40573:40574.

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_ignition_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  properties()->IsDictionary() == map()->is_dictionary_map() in objects-inl.h
  
Regressed: V8: r40550:40551
Fixed: V8: r40573:40574

Minimized Testcase (0.23 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv95VOaJNQ8ZCVDW6LYVuyJ0dmgYvkEWiT6GgAadb_qE5ZFlC06w_9SeAKNei_KSRgH1hZMTPJCMR5EorrvrYwrE6FClhEF4DitqU604sUiFgaOPBBOGaG41DoMkzXEj6m_RaDj3RWuFjWih_IdLZpwTkX_hE5Q?testcase_id=5476639803965440
try {
(function() {
})();
} catch(e) {; }
function __f_8 () {
  function __f_7() {
    __f_8();
  }
  function __f_9() {
  }
  var __v_7 = Object.create(null, { toString: { value: __f_9 }, length: { get: __f_9 } });
  __f_7();
}
__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.
Project Member

Comment 5 by ClusterFuzz, Oct 27 2016

Labels: ClusterFuzz-Verified
Status: Verified (was: Started)
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 6 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