New issue
Advanced search Search tips

Issue 731036 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug

Blocked on:
issue 716521



Sign in to add a comment

Stack-overflow in v8::internal::JsonStringifier::Serialize_<0>

Project Member Reported by ClusterFuzz, Jun 8 2017

Issue description

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

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.
 
Owner: jgruber@chromium.org
Status: Assigned (was: Untriaged)
Another JSON stack overflow.

Jakob, you want to take a look?
Cc: yangguo@chromium.org
Status: WontFix (was: Assigned)
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.
Blockedon: 716521
Oh, then this is probably another instance of 716521 (insufficient stack check on windows, especially with asan).
Project Member

Comment 4 by ClusterFuzz, 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