count <= maxElementCountInBackingStore<T>() in PartitionAllocator.h |
|||
Issue descriptionDetailed report: https://cluster-fuzz.appspot.com/testcase?key=6207350714400768 Fuzzer: inferno_twister Job Type: mac_asan_chrome Platform Id: mac Crash Type: CHECK failure Crash Address: Crash State: count <= maxElementCountInBackingStore<T>() in PartitionAllocator.h void WTF::Vector<unsigned char, 16ul, WTF::PartitionAllocator>::append<unsigned blink::Node::textContent Sanitizer: address (ASAN) Regressed: https://cluster-fuzz.appspot.com/revisions?job=mac_asan_chrome&range=447465:447478 Reproducer Testcase: https://cluster-fuzz.appspot.com/download/AMIfv96-uoLcVhylnq_2oGUtDypc18lh6oN8barhc_nF8QNzufcZr8akeA8iUC5dDrQ31silt91ukOQZAwQkCkQWu0NfhCilKo_zOU_0lbdllhaD2JxmHTyo4AJE-7iOFmcGRENNRwbUzMVtBSnTuLHFRnVbw7IUNH-L591bjVK_ydk4y_8pShr1FRwB4wkHIcY-Hx96KdOKEfYGeHWsmGUS4s8CffFnRcE7ftcczFqu38buQikOa6uX5kmsyD3DYIm6MrhR0c7e5LsxAPNAQOIrI2ODE3hOSwZChSHlPlj5iPjKeaNN4y3H9CsrUqrsJi5QCJvaZwjT2wZE80GubXt_svkW4zj4oPovEVSQ6U2JyU6dKEudsCcf_7VcZd-Z01m9sUpxisCN9O3-KCD4RN9p37w3AEKoGg?testcase_id=6207350714400768 Issue filed automatically. See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
Feb 17 2017
When seeing that CHECK() failure, it's worth taking into account what's a bit further up the stack. The CHECK() is catching an outsized allocation that we cannot support, with the CL referred to switching to a CHECK() instead of an older RELEASE_ASSERT(), so not changing failure condition. The testcase here is the same as for issue 610272 and issue 627805 , the fuzzer generating text nodes too large to handle, triggering failure here&there when later touched. Repro case: <script> var styleElement = document.createElement('style'); var str="z"; for (var i = 0; i < 16; i++) { str += str; } for (var i = 0; i < 1+(1<<16); i++){ var txt = document.createTextNode(str); styleElement.appendChild(txt); } console.log(styleElement.innerText.length); </script> Closing as WontFix per https://bugs.chromium.org/p/chromium/issues/detail?id=627805#c3
,
Feb 17 2017
,
Mar 16 2017
,
May 12 2017
ClusterFuzz has detected this issue as fixed in range 471041:471079. Detailed report: https://clusterfuzz.com/testcase?key=6207350714400768 Fuzzer: inferno_twister Job Type: mac_asan_chrome Platform Id: mac Crash Type: CHECK failure Crash Address: Crash State: count <= maxElementCountInBackingStore<T>() in PartitionAllocator.h void WTF::Vector<unsigned char, 16ul, WTF::PartitionAllocator>::append<unsigned blink::Node::textContent Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=mac_asan_chrome&range=447465:447478 Fixed: https://clusterfuzz.com/revisions?job=mac_asan_chrome&range=471041:471079 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6207350714400768 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 msrchandra@chromium.org
, Feb 16 2017Labels: Test-Predator-Wrong M-58
Owner: sigbjo...@opera.com
Status: Assigned (was: Untriaged)