]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
note removal of <isc/util.h> from other header files
authorMark Andrews <marka@isc.org>
Thu, 19 Oct 2017 23:25:45 +0000 (10:25 +1100)
committerMark Andrews <marka@isc.org>
Thu, 19 Oct 2017 23:25:45 +0000 (10:25 +1100)
doc/arm/notes.xml

index 1d3ddd3fc469aea2d29fe2317274358fb123f33c..6272897de7edec8e45eb21eba01b1fd8fb4cca48 100644 (file)
          leading to unconstrained memory growth. [RT #46029]
        </para>
       </listitem>
+      <item>
+       <para>
+         Some header files included &lt;isc/util.h&gt; incorrectly as
+         it pollutes with namespace with non ISC_ macros and this should
+         only be done by explicitly including &lt;isc/util.h&gt;.  This
+         has been corrected.  Some code made depend on &lt;isc/util.h&gt;
+         being implicitly included via other header files.  Such
+         code should explicitly include &lt;isc/util.h&gt;.
+       </para>
+      </item>
     </itemizedlist>
   </section>