From 2115e319bafee7dd62adadb84a8552743e001fd0 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Fri, 20 Oct 2017 01:09:53 +0000 Subject: [PATCH] regen master --- doc/arm/Bv9ARM.ch09.html | 15 +++++++++++++-- doc/arm/notes.html | 15 +++++++++++++-- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index e72f976b33..1b0b9ed438 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -731,13 +731,24 @@

Bug Fixes

-
  • +
    +<item> +

    + Some header files included <isc/util.h> incorrectly as + it pollutes with namespace with non ISC_ macros and this should + only be done by explicitly including <isc/util.h>. This + has been corrected. Some code may depend on <isc/util.h> + being implicitly included via other header files. Such + code should explicitly include <isc/util.h>. +

    + </item>
    • The introduction of libns caused a bug in which TCP client objects were not recycled after use, leading to unconstrained memory growth. [RT #46029]

      -
    +
+
diff --git a/doc/arm/notes.html b/doc/arm/notes.html index 059ef60013..babd441c66 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -691,13 +691,24 @@

Bug Fixes

-
  • +
    +<item> +

    + Some header files included <isc/util.h> incorrectly as + it pollutes with namespace with non ISC_ macros and this should + only be done by explicitly including <isc/util.h>. This + has been corrected. Some code may depend on <isc/util.h> + being implicitly included via other header files. Such + code should explicitly include <isc/util.h>. +

    + </item>
    • The introduction of libns caused a bug in which TCP client objects were not recycled after use, leading to unconstrained memory growth. [RT #46029]

      -
    +
+