From 709f6226581259bc376e2add65631cbb32a05284 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 6 Aug 2026 17:15:55 +0200 Subject: [PATCH] Note issue number in Changlog entry. --- doc/Changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3