Issue metadata
Sign in to add a comment
|
Null-dereference READ in content::WebURLLoaderImpl::Context::Start |
||||||||||||||||||||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=4569230306181120 Fuzzer: libFuzzer_renderer_fuzzer Job Type: libfuzzer_chrome_msan Platform Id: linux Crash Type: Null-dereference READ Crash Address: 0x000000000000 Crash State: content::WebURLLoaderImpl::Context::Start content::WebURLLoaderImpl::LoadSynchronously blink::ResourceLoader::RequestSynchronously Sanitizer: memory (MSAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_msan&range=530794:530795 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4569230306181120 Issue filed automatically. See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.
,
Jul 1
Automatically adding ccs based on OWNERS file / target commit history. If this is incorrect, please add ClusterFuzz-Wrong label.
,
Jul 1
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/8b6254d72354e61e9976d1b0817477689ec9eec7 (bindings: Enable V8ContextSnasphot on fuzzers). 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.
,
Jul 1
,
Sep 6
This is happening because the fuzzer uses a unit test WebURLLoaderFactory with a null resource dispatcher. I have a patch to return early with an error here, but I'm currently jumping through CLA hoops before I can upload it.
,
Sep 12
Patch up at https://chromium-review.googlesource.com/c/chromium/src/+/1220870
,
Sep 21
,
Dec 1
ClusterFuzz testcase 4569230306181120 appears to be flaky, updating reproducibility label. |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by ClusterFuzz
, Jul 1Labels: Test-Predator-Auto-Components