Mercurial > dropbear
view fuzz/fuzzer-preauth.c @ 1772:0cc85b4a4abb
Move fuzzer-kex initialisation into a constructor function
Hopefully this can avoid hitting AFL timeouts
https://github.com/google/oss-fuzz/pull/2474
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 29 Oct 2020 23:00:52 +0800 |
parents | d5680e12ac33 |
children | 97ad26e397a5 |
line wrap: on
line source
#include "fuzz.h" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { return fuzz_run_preauth(Data, Size, 0); }