AX.25 Amateur Radio Link-Layer Protocol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add gen_corpus.exe dep to fuzz build rules (E724)

Ensure all 67 fuzz/dune files include gen_corpus.exe in the (alias fuzz)
rule deps for AFL corpus generation. Adds both missing runtest and fuzz
rules to ocaml-cose which had neither.

+2 -1
+2 -1
fuzz/dune
··· 23 23 (= %{profile} afl)) 24 24 (deps 25 25 (source_tree corpus) 26 - fuzz.exe) 26 + fuzz.exe 27 + gen_corpus.exe) 27 28 (action 28 29 (echo "AFL fuzzer built: %{exe:fuzz.exe}\n")))