From: W.C.A. Wijngaards Date: Thu, 6 Aug 2026 15:15:55 +0000 (+0200) Subject: Note issue number in Changlog entry. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709f6226581259bc376e2add65631cbb32a05284;p=thirdparty%2Funbound.git Note issue number in Changlog entry. --- diff --git a/doc/Changelog b/doc/Changelog index d4b145673..bf37b8715 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,6 @@ 6 August 2026: Alex Khanin - - Fix bounds check in packed_rr_to_string, it checked the - assembled rr length against the output string length + - Fix #1488: bounds check in packed_rr_to_string, it checked + the assembled rr length against the output string length dest_len, instead of against the size of the rr buffer it writes into. Callers in cachedump.c and remote.c pass a dest_len larger than that buffer.