From: Andrei Pavel Date: Wed, 26 Jun 2024 08:42:20 +0000 (+0300) Subject: [#1723] fix placeholder ids in messages X-Git-Tag: Kea-2.7.1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=002bc4c1571c8acd6c6eb0f50bfb04a458c4e266;p=thirdparty%2Fkea.git [#1723] fix placeholder ids in messages --- diff --git a/src/bin/dhcp6/dhcp6_messages.mes b/src/bin/dhcp6/dhcp6_messages.mes index a20f16a359..450676054c 100644 --- a/src/bin/dhcp6/dhcp6_messages.mes +++ b/src/bin/dhcp6/dhcp6_messages.mes @@ -699,7 +699,7 @@ This error is output if the IPv6 DHCP server fails to send an assembled 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. diff --git a/src/lib/dhcpsrv/fuzz_messages.mes b/src/lib/dhcpsrv/fuzz_messages.mes index a761cf52ce..40f372cff2 100644 --- a/src/lib/dhcpsrv/fuzz_messages.mes +++ b/src/lib/dhcpsrv/fuzz_messages.mes @@ -36,7 +36,7 @@ sends data received from AFL to the socket on which Kea is listening) fails. 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