1
0
mirror of https://github.com/clearml/dropbear synced 2025-03-13 07:08:26 +00:00
dropbear/fuzz/fuzzer-client_nomaths.c

7 lines
125 B
C

#include "fuzz.h"
int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
return fuzz_run_client(Data, Size, 1);
}