1
0
mirror of https://github.com/clearml/dropbear synced 2025-02-25 05:13:50 +00:00
dropbear/fuzzer-preauth_nomaths.c

7 lines
126 B
C
Raw Normal View History

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