mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Get client fuzzer building and starting (fails straight away)
--HG-- branch : fuzz
This commit is contained in:
6
fuzzer-client.c
Normal file
6
fuzzer-client.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "fuzz.h"
|
||||
|
||||
int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
|
||||
return fuzz_run_client(Data, Size, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user