]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Re-apply changelog formatting tweaks from the 9.21.0 release
authorPetr Špaček <pspacek@isc.org>
Tue, 13 Aug 2024 12:23:06 +0000 (14:23 +0200)
committerPetr Špaček <pspacek@isc.org>
Tue, 13 Aug 2024 12:24:13 +0000 (14:24 +0200)
doc/arm/changelog.rst

index 3433c583d9d7d713210d0a4f9b6411973fa73743..2a558613105b112bd626fedaddc79ebf0caf60ac 100644 (file)
@@ -18,8 +18,8 @@ Changelog
    development. Regular users should refer to :ref:`Release Notes <relnotes>`
    for changes relevant to them.
 
-(-dev)
-------
+BIND 9.18.29
+------------
 
 New Features
 ~~~~~~~~~~~~
@@ -145,23 +145,7 @@ Bug Fixes
   Decrementing optlen immediately before calling continue is unneccesary
   and inconsistent with the rest of dns_message_pseudosectiontoyaml and
   dns_message_pseudosectiontotext.  Coverity was also reporting an
-  impossible false positive overflow of optlen (CID 499061).
-
-  4176                        } else if (optcode == DNS_OPT_CLIENT_TAG)
-  {     4177                                uint16_t id;     4178
-  ADD_STRING(target, "; CLIENT-TAG:");     4179
-  if (optlen == 2U) {     4180                                        id
-  = isc_buffer_getuint16(&optbuf);     4181
-  snprintf(buf, sizeof(buf), " %u ", id);     4182
-  ADD_STRING(target, buf);
-
-  CID 499061: (#1 of 1): Overflowed constant (INTEGER_OVERFLOW)
-  overflow_const: Expression optlen, which is equal to 65534, underflows
-  the type that receives it, an unsigned integer 16 bits wide.     4183
-  optlen -= 2;     4184
-  POST(optlen);     4185
-  continue;     4186                                }     4187
-  } else if (optcode == DNS_OPT_SERVER_TAG) { :gl:`!9224`
+  impossible false positive overflow of optlen (CID 499061). :gl:`!9224`
 
 - Fix generation of 6to4-self name expansion from IPv4 address.
   ``df55c15ebb``