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

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 0 md2_init(hash_state**) call site: 00000 /src/pycryptodome/src/MD2.c:43
0 0 None 0 0 md2_init(hash_state**) call site: 00000 /src/pycryptodome/src/MD2.c:48
0 0 None 0 0 md2_digest(hash_stateconst*,unsignedchar*) call site: 00000 /src/pycryptodome/src/MD2.c:144

Fuzzer calltree

0 LLVMFuzzerTestOneInput [function] [call site] 00000
1 md2_init(hash_state**) [function] [call site] 00001
2 calloc [call site] 00002
1 md2_update(hash_state*, unsigned char const*, unsigned long) [function] [call site] 00003
1 md2_digest(hash_state const*, unsigned char*) [function] [call site] 00004
2 __assert_fail [call site] 00005
2 md2_update(hash_state*, unsigned char const*, unsigned long) [function] [call site] 00006
2 md2_update(hash_state*, unsigned char const*, unsigned long) [function] [call site] 00007
1 md2_destroy(hash_state*) [function] [call site] 00008