diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-10-25 22:52:36 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-10-25 22:52:36 +0800 |
commit | 4e8a1da551db44e5865f6a1cc28e24fc2c2bdd0f (patch) | |
tree | 409aebeb7bd0f03248dc0716d01a408cc09ed878 /Makefile.in | |
parent | 754dc50b933c76ca39660fe2d9e65e35f9aef428 (diff) |
Add first try at fuzzing custom mutator
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 42a142c..39feef9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -269,7 +269,8 @@ lint: # list of fuzz targets FUZZ_TARGETS=fuzzer-preauth fuzzer-pubkey fuzzer-verify fuzzer-preauth_nomaths \ - fuzzer-kexdh fuzzer-kexecdh fuzzer-kexcurve25519 fuzzer-client fuzzer-client_nomaths + fuzzer-kexdh fuzzer-kexecdh fuzzer-kexcurve25519 fuzzer-client fuzzer-client_nomaths \ + fuzzer-client_mutator FUZZER_OPTIONS = $(addsuffix .options, $(FUZZ_TARGETS)) FUZZ_OBJS = $(addprefix fuzz/,$(addsuffix .o,$(FUZZ_TARGETS))) |