New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 770559 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

pobfuzz: recursion of merge_collinear_edges stack overflow

Project Member Reported by ClusterFuzz, Oct 1 2017

Issue description

Detailed report: https://clusterfuzz.com/testcase?key=4959058921783296

Fuzzer: libFuzzer_paint_op_buffer_fuzzer
Job Type: libfuzzer_chrome_asan_debug
Platform Id: linux

Crash Type: Stack-overflow
Crash Address: 0x7ffd5f33ce28
Crash State:
  set_bottom
  merge_edges_above
  merge_collinear_edges
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=497441:497480

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4959058921783296

Issue filed automatically.

See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.md for more information.
 

Comment 1 by enne@chromium.org, Oct 2 2017

Cc: senorblanco@chromium.org
Components: Internals>Skia
Labels: -Pri-1 Pri-2
Owner: bsalomon@chromium.org
Status: Assigned (was: Untriaged)
Summary: pobfuzz: recursion of merge_collinear_edges stack overflow (was: Stack-overflow in set_bottom)
Cc: -senorblanco@chromium.org caryclark@chromium.org bsalomon@chromium.org
Owner: senorblanco@chromium.org
My speculation is that Cary's change (https://skia.googlesource.com/skia/+/c8323aa51ab27259076532ba081d2ed5c26aedfc) in the Skia roll just caused more paths to be marked as concave, causing the concave path tessellator to be called more often. So the bug is likely mine.

Comment 3 by mmoroz@chromium.org, Oct 24 2017

For more information, please see https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md.

The link referenced in the description is no longer valid.
Project Member

Comment 4 by ClusterFuzz, Nov 22 2017

ClusterFuzz has detected this issue as fixed in range 518505:518524.

Detailed report: https://clusterfuzz.com/testcase?key=4959058921783296

Fuzzer: libFuzzer_paint_op_buffer_fuzzer
Job Type: libfuzzer_chrome_asan_debug
Platform Id: linux

Crash Type: Stack-overflow
Crash Address: 0x7ffd5f33ce28
Crash State:
  set_bottom
  merge_edges_above
  merge_collinear_edges
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=497441:497480
Fixed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=518505:518524

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4959058921783296

See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md 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 5 by ClusterFuzz, Nov 22 2017

Labels: ClusterFuzz-Verified
Status: Verified (was: Assigned)
ClusterFuzz testcase 4959058921783296 is verified as fixed, so closing issue as verified.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.

Sign in to add a comment