# HG changeset patch # User Matt Johnston # Date 1615102728 -28800 # Node ID 6b857c4abe66bee769c1d3e1293b7b85d1c9cc5b # Parent e1aa13f2be4932cf1b0d11e83eef27e6cd330928 Add new fuzzers to the list diff -r e1aa13f2be49 -r 6b857c4abe66 Makefile --- a/Makefile Sun Mar 07 14:59:13 2021 +0800 +++ b/Makefile Sun Mar 07 15:38:48 2021 +0800 @@ -1,4 +1,5 @@ -FUZZ_TARGETS=fuzzer-preauth fuzzer-preauth_nomaths fuzzer-pubkey fuzzer-verify +FUZZ_TARGETS=fuzzer-preauth fuzzer-preauth_nomaths fuzzer-pubkey fuzzer-verify \ + fuzzer-client fuzzer-client_nomaths fuzzer-kexcurve25519 fuzzer-kexdh fuzzer-kexecdh fuzzer-postauth_nomaths CORPUSES = $(addsuffix _seed_corpus.zip, $(FUZZ_TARGETS))