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

Function LLVMFuzzerInitialize

apps/fuzzers/Fuzzer/fuzz_sqf.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18// handled; only a memory fault reaches ASan.
19
20extern "C" int LLVMFuzzerInitialize(int*, char***)
21{
22 fuzz::InitEngine();
23 GGameState.Init(); // register the default nular/unary/binary operators
24 return 0;
25}
26
27extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
28{

Callers

nothing calls this directly

Calls 2

InitEngineFunction · 0.85
InitMethod · 0.45

Tested by

no test coverage detected