#include <test/fuzz/fuzz.h>
#include <netaddress.h>
#include <netbase.h>
#include <test/util/setup_common.h>
#include <util/check.h>
#include <util/sock.h>
#include <cstdint>
#include <exception>
#include <memory>
#include <string>
#include <unistd.h>
#include <vector>
Go to the source code of this file.
◆ FuzzFrameworkRegisterTarget()
◆ FuzzTargets()
◆ initialize()
◆ LLVMFuzzerInitialize()
int LLVMFuzzerInitialize |
( |
int * |
argc, |
|
|
char *** |
argv |
|
) |
| |
◆ LLVMFuzzerTestOneInput()
int LLVMFuzzerTestOneInput |
( |
const uint8_t * |
data, |
|
|
size_t |
size |
|
) |
| |
◆ G_TEST_LOG_FUN
const std::function<void(const std::string&)> G_TEST_LOG_FUN {} |
This is connected to the logger.
Can be used to redirect logs to any other log
Definition at line 20 of file fuzz.cpp.
◆ g_test_one_input