]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1723] fix placeholder ids in messages
authorAndrei Pavel <andrei@isc.org>
Wed, 26 Jun 2024 08:42:20 +0000 (11:42 +0300)
committerAndrei Pavel <andrei@isc.org>
Tue, 9 Jul 2024 10:49:31 +0000 (13:49 +0300)
src/bin/dhcp6/dhcp6_messages.mes
src/lib/dhcpsrv/fuzz_messages.mes

index a20f16a3599d2ec9b160366736ddefaaf5db4205..450676054c586d726ff8aefbce5e40e0d2798be7 100644 (file)
@@ -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.
index a761cf52ce548058c15242e091d630769284aa09..40f372cff28544bc91c3e6ce2f962ad83aa6596a 100644 (file)
@@ -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