Mercurial > dropbear
view fuzz/fuzzer-client_nomaths.c @ 1756:d5680e12ac33
Move fuzzing code to fuzz/ subdirectory, improve Makefile.in
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 23 Oct 2020 23:10:20 +0800 |
parents | [email protected] |
children |
line wrap: on
line source
#include "fuzz.h" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { return fuzz_run_client(Data, Size, 1); }