return_type_->IsReturnType() in asm-typer.cc |
|||
Issue descriptionDetailed report: https://cluster-fuzz.appspot.com/testcase?key=6468939213438976 Fuzzer: mbarbella_js_mutation Job Type: linux_v8_d8_tot Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: return_type_->IsReturnType() in asm-typer.cc Regressed: V8: r40456:40478 Minimized Testcase (0.24 Kb): Download: https://cluster-fuzz.appspot.com/download/AMIfv95-dc8rvc9wR8nO8pNGpLSB9aefYAmLvGODSJIXpwXrYfFkcBkFHBAVgB-1J3Nk2eb7JJjZMEKlqt1MCe2qVSVwjOszXitRD8C9e2fQR5XJwH-w2vmu7gWf4Dew7MhNBEsqO0DjRLUOfOlw1lF-cx7IIgjsuQ?testcase_id=6468939213438976 try { } catch(e) {; } (function __f_20() { function __f_34(s) { "use asm"; const iConst = -(-2147483648); function __f_33() { return iConst; } } var __v_2 = __f_34(); })(); function __f_37() { (function() { })(); } Issue manually filed by: mstarzinger See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
Nov 7 2016
Minimized more to:
function Module() {
"use asm";
const i = 0xffffffff;
function foo() {
return i;
}
}
Module();
,
Nov 7 2016
,
Nov 9 2016
ClusterFuzz has detected this issue as fixed in range 40845:40850. Detailed report: https://cluster-fuzz.appspot.com/testcase?key=6468939213438976 Fuzzer: mbarbella_js_mutation Job Type: linux_v8_d8_tot Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: return_type_->IsReturnType() in asm-typer.cc Regressed: V8: r40456:40478 Fixed: V8: r40845:40850 Minimized Testcase (0.24 Kb): Download: https://cluster-fuzz.appspot.com/download/AMIfv95-dc8rvc9wR8nO8pNGpLSB9aefYAmLvGODSJIXpwXrYfFkcBkFHBAVgB-1J3Nk2eb7JJjZMEKlqt1MCe2qVSVwjOszXitRD8C9e2fQR5XJwH-w2vmu7gWf4Dew7MhNBEsqO0DjRLUOfOlw1lF-cx7IIgjsuQ?testcase_id=6468939213438976 try { } catch(e) {; } (function __f_20() { function __f_34(s) { "use asm"; const iConst = -(-2147483648); function __f_33() { return iConst; } } var __v_2 = __f_34(); })(); function __f_37() { (function() { })(); } 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.
,
Nov 9 2016
ClusterFuzz testcase is verified as fixed, closing issue. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
,
Nov 22 2016
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 |
|||
Comment 1 by mstarzinger@chromium.org
, Oct 31 2016Components: Blink>JavaScript
Owner: jpp@chromium.org
Status: Assigned (was: Untriaged)