Null-dereference READ in CCodec_ProgressiveDecoder::JpegDetectImageType |
|||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=6650300449685504 Fuzzer: libFuzzer_pdf_codec_jpeg_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: Null-dereference READ Crash Address: 0x000000000000 Crash State: CCodec_ProgressiveDecoder::JpegDetectImageType CCodec_ProgressiveDecoder::DetectImageType CCodec_ProgressiveDecoder::LoadImageInfo Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=529955:530274 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6650300449685504 Issue filed automatically. See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.
,
Jan 19 2018
Automatically assigning owner based on suspected regression changelist https://pdfium.googlesource.com/pdfium/+/1602344571ce77e2b2f21376a2294907e24671bf (Move format specific elements out of DetectImageType). If this is incorrect, please let us know why and apply the Test-Predator-Wrong-CLs label. If you aren't the correct owner for this issue, please unassign yourself as soon as possible so it can be re-triaged.
,
Jan 19 2018
,
Jan 19 2018
The following revision refers to this bug: https://pdfium.googlesource.com/pdfium/+/5ca283f376816522065c0ea35644fcb684f9572f commit 5ca283f376816522065c0ea35644fcb684f9572f Author: Ryan Harrison <rharrison@chromium.org> Date: Fri Jan 19 20:04:38 2018 Remove code added in by a bad rebase or merge The guard being removed was moved lower down in the code, but it appears the original creeped back in while I was rebasing at some point. This is causing clusterfuzz failures. BUG= chromium:803732 , chromium:803735 Change-Id: I5bcc6046e64d6060a674f390e243dd8eda9d1d17 Reviewed-on: https://pdfium-review.googlesource.com/23250 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org> [modify] https://crrev.com/5ca283f376816522065c0ea35644fcb684f9572f/core/fxcodec/codec/fx_codec_progress.cpp
,
Jan 19 2018
,
Jan 20 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/c1a8bd42e10bb6d55f1c0bb37891eed55577a0a8 commit c1a8bd42e10bb6d55f1c0bb37891eed55577a0a8 Author: pdfium-deps-roller@chromium.org <pdfium-deps-roller@chromium.org> Date: Sat Jan 20 00:06:09 2018 Roll src/third_party/pdfium/ f668ed47a..5ca283f37 (2 commits) https://pdfium.googlesource.com/pdfium.git/+log/f668ed47ae54..5ca283f37681 $ git log f668ed47a..5ca283f37 --date=short --no-merges --format='%ad %ae %s' 2018-01-19 rharrison Remove code added in by a bad rebase or merge 2018-01-19 hnakashima Fix CFX_Matrix.RotateAt() Created with: roll-dep src/third_party/pdfium BUG= 803732 , 803735 The AutoRoll server is located here: https://pdfium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: Ib98604211a47521d853516da68adcdf091973e43 Reviewed-on: https://chromium-review.googlesource.com/876882 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#530677} [modify] https://crrev.com/c1a8bd42e10bb6d55f1c0bb37891eed55577a0a8/DEPS
,
Jan 20 2018
ClusterFuzz has detected this issue as fixed in range 530658:530681. Detailed report: https://clusterfuzz.com/testcase?key=6650300449685504 Fuzzer: libFuzzer_pdf_codec_jpeg_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: Null-dereference READ Crash Address: 0x000000000000 Crash State: CCodec_ProgressiveDecoder::JpegDetectImageType CCodec_ProgressiveDecoder::DetectImageType CCodec_ProgressiveDecoder::LoadImageInfo Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=529955:530274 Fixed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=530658:530681 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6650300449685504 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.
,
Jan 20 2018
ClusterFuzz testcase 6650300449685504 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 |
|||||
Comment 1 by ClusterFuzz
, Jan 19 2018Labels: Test-Predator-Auto-Components