MCPcopy Create free account
hub / github.com/apache/trafficserver / DoInitialization

Function DoInitialization

tests/fuzzing/fuzz_http3frame.cc:34–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32extern int cmd_disable_pfreelist;
33
34bool
35DoInitialization()
36{
37 Layout::create();
38 RecProcessInit();
39 LibRecordsConfigInit();
40
41 ink_event_system_init(EVENT_SYSTEM_MODULE_PUBLIC_VERSION);
42 eventProcessor.start(TEST_THREADS);
43 ts::Http3Config::startup();
44
45 return true;
46}
47
48extern "C" int
49LLVMFuzzerTestOneInput(const uint8_t *input_data, size_t size_data)

Callers 1

LLVMFuzzerTestOneInputFunction · 0.85

Calls 5

createFunction · 0.85
RecProcessInitFunction · 0.85
LibRecordsConfigInitFunction · 0.85
ink_event_system_initFunction · 0.85
startMethod · 0.45

Tested by

no test coverage detected