Fuzz introspector: /src/inspector/source-code/src/libusb_fuzzer.cc
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 4 libusb_alloc_transfer call site: 00004 pthread_mutex_init
2 13 LLVMFuzzerTestOneInput call site: 00013 pthread_mutex_destroy

Fuzzer calltree

0 LLVMFuzzerTestOneInput [function] [call site] 00000
1 libusb_alloc_transfer [function] [call site] 00001
2 __assert_fail [call site] 00002
2 calloc [call site] 00003
2 usbi_mutex_init [function] [call site] 00004
3 pthread_mutex_init [call site] 00005
3 __assert_fail [call site] 00006
2 usbi_transfer_to_libusb_transfer [function] [call site] 00007
1 libusb_fill_control_setup(unsigned char*, unsigned char, unsigned char, unsigned short, unsigned short, unsigned short) [function] [call site] 00008
2 libusb_cpu_to_le16(unsigned short) [function] [call site] 00009
2 libusb_cpu_to_le16(unsigned short) [function] [call site] 00010
2 libusb_cpu_to_le16(unsigned short) [function] [call site] 00011
1 usbi_libusb_transfer_to_usbi_transfer(libusb_transfer const*) [function] [call site] 00012
1 usbi_mutex_destroy(pthread_mutex_t*) [function] [call site] 00013
2 pthread_mutex_destroy [call site] 00014
2 __assert_fail [call site] 00015