DHCP message to a client. The reason for the error is included in the
message.
-% DHCP6_PACK_FAIL 1%: failed to assemble response correctly: %2
+% DHCP6_PACK_FAIL %1: failed to assemble response correctly: %2
This error is output if the server failed to assemble the data to be
returned to the client into a valid packet. The reason is most likely
to be to a programming error: please raise a bug report.
The reason for the failure is given in the message. The fuzzing code will
attempt to continue from this, but it may cause the fuzzing process to fail.
-% FUZZ_SHORT_SEND expected to send %d bytes to Kea input socket but only sent %2
+% FUZZ_SHORT_SEND expected to send %1 bytes to Kea input socket but only sent %2
A warning message that is output if the sendto() call (used to send data
from the fuzzing thread to the main Kea processing) did not send as much
data as that read from AFL. This may indicate a problem in the underlying