CHECK failure: false. Trying to get the spec of an invalid URL! in gurl.cc |
||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5696741826625536 Fuzzer: libFuzzer_csv_reader_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: false. Trying to get the spec of an invalid URL! in gurl.cc GURL::spec password_manager::PasswordCSVReader::RecordToPasswordForm Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=515502:515515 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5696741826625536 Issue filed automatically. See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.
,
Nov 20 2017
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/4dcd2a618a0b2d8ccbf9b42e24d8a298f71dc502 (Add a fuzzer for CSV reader). If this is incorrect, please remove the owner and apply the Test-Predator-Wrong-CLs label.
,
Nov 21 2017
,
Nov 21 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/0a82ab542d8745bf0554bbc4f8263142849444b2 commit 0a82ab542d8745bf0554bbc4f8263142849444b2 Author: Vaclav Brozek <vabr@chromium.org> Date: Tue Nov 21 19:27:53 2017 Skip invalid URL in PasswordCSVReader If a CSV file contains a record with an invalid URL (such as ":") in the 'url' column, such record should be skipped. Bug: 786937 Change-Id: I59a6d85fd6ed099332b09d960784ad22190b94e3 Reviewed-on: https://chromium-review.googlesource.com/781919 Reviewed-by: Christos Froussios <cfroussios@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#518331} [modify] https://crrev.com/0a82ab542d8745bf0554bbc4f8263142849444b2/components/password_manager/core/browser/import/password_csv_reader.cc [modify] https://crrev.com/0a82ab542d8745bf0554bbc4f8263142849444b2/components/password_manager/core/browser/import/password_csv_reader_unittest.cc
,
Nov 21 2017
,
Nov 22 2017
ClusterFuzz has detected this issue as fixed in range 518327:518379. Detailed report: https://clusterfuzz.com/testcase?key=5696741826625536 Fuzzer: libFuzzer_csv_reader_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: false. Trying to get the spec of an invalid URL! in gurl.cc GURL::spec password_manager::PasswordCSVReader::RecordToPasswordForm Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=515502:515515 Fixed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=518327:518379 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5696741826625536 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.
,
Nov 22 2017
ClusterFuzz testcase 5696741826625536 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
, Nov 20 2017Labels: Test-Predator-Auto-Components