MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / LLVMFuzzerInitialize

Function LLVMFuzzerInitialize

apps/fuzzers/Fuzzer/fuzz_decode_msg.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62} // namespace
63
64extern "C" int LLVMFuzzerInitialize(int*, char***)
65{
66 InitMsgFormats();
67 g_comp = new FuzzComponent();
68 return 0;
69}
70
71extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
72{

Callers

nothing calls this directly

Calls 1

InitMsgFormatsFunction · 0.85

Tested by

no test coverage detected