]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #1967]
authorMichał Kępień <michal@isc.org>
Thu, 22 Sep 2022 12:03:17 +0000 (14:03 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 22 Sep 2022 12:03:17 +0000 (14:03 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 55468d151cd2aa669e0d356839bf891c3da5ab7e..2790440a746a208321788d0256fe5315fe69d39a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5977.  [bug]           named could incorrectly return non-truncated, glueless
+                       referrals for responses whose size was close to the UDP
+                       packet size limit. [GL #1967]
+
 5976.  [cleanup]       isc_timer_t objects are now created, started and
                        destroyed in a particular loop, and timer callbacks
                        run in that loop. isc_timer_stop() can still be called
index 1bdaa662421626c25d6b7776c82b621a66b431da..1d2dd322c0bb0b2a6d6857b6c5318a8686339b0a 100644 (file)
@@ -62,3 +62,7 @@ Bug Fixes
 
 - An assertion failure was fixed in ``named`` that was caused by aborting the statistics
   channel connection while sending statistics data to the client.  :gl:`#3542`
+
+- :iscman:`named` could incorrectly return non-truncated, glueless
+  referrals for responses whose size was close to the UDP packet size
+  limit. :gl:`#1967`