Electroneum
Loading...
Searching...
No Matches
parse_url.cpp File Reference
#include "include_base_utils.h"
#include "file_io_utils.h"
#include "net/net_parse_helpers.h"
#include "fuzzer.h"
Include dependency graph for parse_url.cpp:

Go to the source code of this file.

Classes

class  ParseURLFuzzer

Functions

int main (int argc, const char **argv)

Function Documentation

◆ main()

int main ( int argc,
const char ** argv )

Definition at line 69 of file parse_url.cpp.

70{
71 TRY_ENTRY();
72 ParseURLFuzzer fuzzer;
73 return run_fuzzer(argc, argv, fuzzer);
74 CATCH_ENTRY_L0("main", 1);
75}
int run_fuzzer(int argc, const char **argv, Fuzzer &fuzzer)
Definition fuzzer.cpp:48
#define CATCH_ENTRY_L0(lacation, return_val)
#define TRY_ENTRY()
Here is the call graph for this function: