Fuzz introspector: fuzz_loader
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
8 5 ...fuzz_loader.TestOneInput call site: 00005 yaml.dumper.Dumper.__init__
3 0 EP call site: 00000 yaml.load

Fuzzer calltree

0 ...fuzz_loader.TestOneInput [function] [call site] 00000
1 yaml.load [function] [call site] 00001
2 loader.get_single_data [function] [call site] 00002
2 loader.dispose [function] [call site] 00003
1 <builtin>.list [function] [call site] 00004
1 yaml.emit [function] [call site] 00005
2 io.StringIO [function] [call site] 00006
2 yaml.dumper.Dumper.__init__ [function] [call site] 00007
3 yaml.emitter.Emitter.__init__ [function] [call site] 00008
3 yaml.serializer.Serializer.__init__ [function] [call site] 00009
3 yaml.representer.BaseRepresenter.__init__ [function] [call site] 00010
3 yaml.resolver.BaseResolver.__init__ [function] [call site] 00011
2 dumper.emit [function] [call site] 00012
2 dumper.dispose [function] [call site] 00013