mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
glaring wrapfd problems fixed
--HG-- branch : fuzz
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
#include "dbrandom.h"
|
||||
#include "session.h"
|
||||
#include "fuzz-wrapfd.h"
|
||||
#include "debug.h"
|
||||
|
||||
static void setup_fuzzer(void) {
|
||||
svr_setup_fuzzer();
|
||||
//debug_trace = 1;
|
||||
}
|
||||
|
||||
int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
|
||||
|
||||
Reference in New Issue
Block a user