mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Move fuzzing code to fuzz/ subdirectory, improve Makefile.in
This commit is contained in:
6
fuzz/fuzzer-client_nomaths.c
Normal file
6
fuzz/fuzzer-client_nomaths.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, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user