24const char* values[] = {
25 "FUZZ_DATA_READ",
"read %1 byte(s) from AFL via stdin",
26 "FUZZ_INIT_COMPLETE",
"fuzz initialization complete: interface %1, address %2, port %3, max loops %4",
27 "FUZZ_INIT_FAIL",
"fuzz initialization failure, reason: %1",
28 "FUZZ_READ_FAIL",
"error reading input from fuzzer: %1",
29 "FUZZ_SEND",
"sent %1 byte(s) to the socket connected to the Kea interface",
30 "FUZZ_SEND_ERROR",
"failed to send data to Kea input socket: %1",
31 "FUZZ_SHORT_SEND",
"expected to send %1 bytes to Kea input socket but only sent %2",
32 "FUZZ_SOCKET_CREATE_FAIL",
"failed to crease socket for use by fuzzing thread: %1",
Initialize Message Dictionary.
const isc::log::MessageID FUZZ_INIT_FAIL
const isc::log::MessageID FUZZ_SHORT_SEND
const isc::log::MessageID FUZZ_INIT_COMPLETE
const isc::log::MessageID FUZZ_SEND_ERROR
const isc::log::MessageID FUZZ_SOCKET_CREATE_FAIL
const isc::log::MessageID FUZZ_READ_FAIL
const isc::log::MessageID FUZZ_DATA_READ
const isc::log::MessageID FUZZ_SEND
Defines the logger used by the top-level component of kea-lfc.