Mercurial > dropbear
view fuzz/fuzzer-client_nomaths.c @ 1812:552bb9b4f16a
Make releases tarballs more deterministic
Not fully tested on different systems yet
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 30 Mar 2021 22:08:14 +0800 |
parents | d5680e12ac33 |
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); }