Stack-overflow in v8::internal::JsonStringifier::Serialize_<0> |
|||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=6026326682370048 Fuzzer: mbarbella_js_mutation Job Type: windows_asan_d8 Platform Id: windows Crash Type: Stack-overflow Crash Address: 0x00742000 Crash State: v8::internal::JsonStringifier::Serialize_<0> v8::internal::JsonStringifier::Serialize_<0> v8::internal::JsonStringifier::Stringify Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=windows_asan_d8&range=452941:453033 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6026326682370048 Issue filed automatically. See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
Jun 8 2017
Looks like infinite recursion in JS to me, except that the final stack overflow occurs in C++ more or less by accident. I don't think there's much we can do here. +yang fyi.
,
Jun 8 2017
Oh, then this is probably another instance of 716521 (insufficient stack check on windows, especially with asan).
,
Jul 13 2017
ClusterFuzz has detected this issue as fixed in range 485940:486007. Detailed report: https://clusterfuzz.com/testcase?key=6026326682370048 Fuzzer: mbarbella_js_mutation Job Type: windows_asan_d8 Platform Id: windows Crash Type: Stack-overflow Crash Address: 0x00742000 Crash State: v8::internal::JsonStringifier::Serialize_<0> v8::internal::JsonStringifier::Serialize_<0> v8::internal::JsonStringifier::Stringify Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=windows_asan_d8&range=452941:453033 Fixed: https://clusterfuzz.com/revisions?job=windows_asan_d8&range=485940:486007 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6026326682370048 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. |
|||
►
Sign in to add a comment |
|||
Comment 1 by clemensh@chromium.org
, Jun 8 2017Status: Assigned (was: Untriaged)