New issue
Advanced search Search tips

Issue 630952 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

IsUseLessGeneral(input_use_infos_[index], use_info) in simplified-lowering.cc

Project Member Reported by ClusterFuzz, Jul 25 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_v8_d8_tot
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  IsUseLessGeneral(input_use_infos_[index], use_info) in simplified-lowering.cc
  
Regressed: V8: r37708:37727

Minimized Testcase (0.47 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97s2qGAl4GTWjd3JKCCNYGQxOjeLQTWICY7gZvXEjK-HZkqS1RPjUfZEjmoFbBJMNhdxEV-p29l5-O5491iI71gb-LjPnb5UyIWYzB7xTWw2CYPXH4WTvyqfYfsNr5bUpD9JZP_b-edTobC93n1IJ9wr0yLTA?testcase_id=4973821669146624
function __f_4(sign_bit,
                      mantissa_29_bits) {
}
__f_4.prototype.returnSpecial = function() {
                     this.mantissa_29_bits * mantissa_29_shift;
}
__f_4.prototype.toSingle = function() {
  if (-65535) return this.toSingleSubnormal();
}
__f_4.prototype.toSingleSubnormal = function() {
  if (__v_15) {
    var __v_7 = this.mantissa_29_bits == -1 &&
               (__v_13 & __v_10 ) == 0;
  }
  __v_8 >>= __v_7;
}
__v_14 = new __f_4();
__v_14.toSingle();


Filer: jarin

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

Comment 1 by jarin@chromium.org, Jul 25 2016

Owner: mvstan...@chromium.org
Status: Assigned (was: Untriaged)
Status: Started (was: Assigned)
Fix available: https://codereview.chromium.org/2177193002/
Project Member

Comment 3 by bugdroid1@chromium.org, Jul 25 2016

Status: Fixed (was: Started)
Project Member

Comment 5 by ClusterFuzz, Jul 26 2016

ClusterFuzz has detected this issue as fixed in range 37995:38020.

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_v8_d8_tot
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  IsUseLessGeneral(input_use_infos_[index], use_info) in simplified-lowering.cc
  
Regressed: V8: r37708:37727
Fixed: V8: r37995:38020

Minimized Testcase (0.47 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97s2qGAl4GTWjd3JKCCNYGQxOjeLQTWICY7gZvXEjK-HZkqS1RPjUfZEjmoFbBJMNhdxEV-p29l5-O5491iI71gb-LjPnb5UyIWYzB7xTWw2CYPXH4WTvyqfYfsNr5bUpD9JZP_b-edTobC93n1IJ9wr0yLTA?testcase_id=4973821669146624
function __f_4(sign_bit,
                      mantissa_29_bits) {
}
__f_4.prototype.returnSpecial = function() {
                     this.mantissa_29_bits * mantissa_29_shift;
}
__f_4.prototype.toSingle = function() {
  if (-65535) return this.toSingleSubnormal();
}
__f_4.prototype.toSingleSubnormal = function() {
  if (__v_15) {
    var __v_7 = this.mantissa_29_bits == -1 &&
               (__v_13 & __v_10 ) == 0;
  }
  __v_8 >>= __v_7;
}
__v_14 = new __f_4();
__v_14.toSingle();


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