Mercurial > dropbear
view fuzz/fuzzer-preauth_nomaths.c @ 1795:f0a524208d97
Update cli-main.c (#114)
Moved pid_t proxy_cmd_pid declaration at begin of block to allow build in c89 (gcc-2.95)
author | Guillaume Picquet <guillaume.picquet@gls-france.com> |
---|---|
date | Thu, 04 Mar 2021 13:46:46 +0100 |
parents | 97ad26e397a5 |
children |
line wrap: on
line source
#include "fuzz.h" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { return fuzz_run_server(Data, Size, 1, 0); }