Fuzz introspector: parse_request
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2 0 EP call site: 00000 Request::parse
1 11 Request::parse_with_config_and_uninit_headers call site: 00011
1 14 Request::parse_with_config_and_uninit_headers call site: 00014 complete
1 17 Request::parse_with_config_and_uninit_headers call site: 00017 complete

Fuzzer calltree

0 fuzz_target [function] [call site] 00000
1 httparse::Request::new [function] [call site] 00001
1 Request::parse [function] [call site] 00002
2 Request::parse_with_config [function] [call site] 00003
2 Default::default [function] [call site] 00029