2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Add CHANGES note for [GL #3325]

This commit is contained in:
Mark Andrews
2023-05-24 00:00:09 +10:00
parent ea11650376
commit f378e02423

View File

@@ -1,3 +1,9 @@
6204. [bug] Use NS records for relaxed QNAME-minimization mode.
This reduces the number of queries named makes when
resolving, as it allows the non-existence of NS RRsets
at non-referral nodes to be cached in addition to the
referrals that are normally cached. [GL #3325]
6203. [cleanup] Ensure that the size calculation does not overflow 6203. [cleanup] Ensure that the size calculation does not overflow
when allocating memory for an array. when allocating memory for an array.
[GL #4120] [GL #4121] [GL #4122] [GL #4120] [GL #4121] [GL #4122]