ASSERT: span->len > 0 |
|||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=4727280319594496 Fuzzer: libfuzzer_pdfium_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: ASSERT Crash Address: Crash State: span->len > 0 void CFX_Renderer::render<agg::scanline_u<unsigned char> > void agg::render_scanlines<agg::rasterizer_scanline_aa, agg::scanline_u<unsigned Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=395717:395804 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4727280319594496 Issue filed automatically. See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.md for more information.
,
May 11 2017
The following revision refers to this bug: https://pdfium.googlesource.com/pdfium/+/6e4ecaf073843e571f4c0a72a0b6d81a01b01607 commit 6e4ecaf073843e571f4c0a72a0b6d81a01b01607 Author: Nicolas Pena <npm@chromium.org> Date: Thu May 11 16:49:55 2017 Stop rendering if a span length overflowed in AGG In AGG, len is of type coord_type, which we have as int16_t, but we can add to it large values, causing it to become negative. Stop the rendering when that occurs. Bug: chromium:719258 Change-Id: Ic7497666b01220a9cd3e7d749f1fc6ae4a210870 Reviewed-on: https://pdfium-review.googlesource.com/5370 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Nicolás Peña <npm@chromium.org> [modify] https://crrev.com/6e4ecaf073843e571f4c0a72a0b6d81a01b01607/core/fxge/agg/fx_agg_driver.cpp
,
May 12 2017
ClusterFuzz has detected this issue as fixed in range 471017:471053. Detailed report: https://clusterfuzz.com/testcase?key=4727280319594496 Fuzzer: libfuzzer_pdfium_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: ASSERT Crash Address: Crash State: span->len > 0 void CFX_Renderer::render<agg::scanline_u<unsigned char> > void agg::render_scanlines<agg::rasterizer_scanline_aa, agg::scanline_u<unsigned Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=395717:395804 Fixed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=471017:471053 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4727280319594496 See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.md for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
May 12 2017
ClusterFuzz testcase 4727280319594496 is verified as fixed, so closing issue. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
,
May 15 2017
,
Apr 25 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by msrchandra@chromium.org
, May 10 2017Labels: Test-Predator-Wrong-CLs M-59
Owner: npm@chromium.org
Status: Assigned (was: Untriaged)