mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
note removal of <isc/util.h> from other header files
This commit is contained in:
@@ -683,6 +683,16 @@
|
|||||||
leading to unconstrained memory growth. [RT #46029]
|
leading to unconstrained memory growth. [RT #46029]
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<item>
|
||||||
|
<para>
|
||||||
|
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 made depend on <isc/util.h>
|
||||||
|
being implicitly included via other header files. Such
|
||||||
|
code should explicitly include <isc/util.h>.
|
||||||
|
</para>
|
||||||
|
</item>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user