]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Note issue number in Changlog entry.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 6 Aug 2026 15:15:55 +0000 (17:15 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 6 Aug 2026 15:15:55 +0000 (17:15 +0200)
doc/Changelog

index d4b145673111767cdfa84a34f077226ee3ffa54f..bf37b87156017c4c190cbc69c64b248daacb145d 100644 (file)
@@ -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.