Mercurial > dropbear-fuzzcorpus
comparison Makefile @ 27:6d889f88a97d default tip
Update to current corpus 2024-12-14
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 14 Dec 2024 20:28:01 +0800 |
parents | 6b857c4abe66 |
children |
comparison
equal
deleted
inserted
replaced
26:c87782d4bd46 | 27:6d889f88a97d |
---|---|
1 FUZZ_TARGETS=fuzzer-preauth fuzzer-preauth_nomaths fuzzer-pubkey fuzzer-verify \ | 1 FUZZ_TARGETS=fuzzer-preauth fuzzer-preauth_nomaths fuzzer-pubkey fuzzer-verify \ |
2 fuzzer-client fuzzer-client_nomaths fuzzer-kexcurve25519 fuzzer-kexdh fuzzer-kexecdh fuzzer-postauth_nomaths | 2 fuzzer-client fuzzer-client_nomaths fuzzer-kexcurve25519 fuzzer-kexdh fuzzer-kexecdh fuzzer-postauth_nomaths \ |
3 fuzzer-cliconf | |
3 | 4 |
4 CORPUSES = $(addsuffix _seed_corpus.zip, $(FUZZ_TARGETS)) | 5 CORPUSES = $(addsuffix _seed_corpus.zip, $(FUZZ_TARGETS)) |
5 | 6 |
6 all: $(CORPUSES) | 7 all: $(CORPUSES) |
7 | 8 |