1
0
mirror of https://github.com/clearml/dropbear synced 2025-02-24 12:54:12 +00:00
dropbear/fuzz/fuzzer-client.c

7 lines
125 B
C

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