mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 15:19:59 -04:00
4378. [contrib] #include <isc/string.h> for strlcat in zone2ldap.c.
[RT #42525]
(cherry picked from commit d7ab0204e2)
This commit is contained in:
parent
0053eb0d93
commit
94adaadea7
2 changed files with 4 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
4378. [contrib] #include <isc/string.h> for strlcat in zone2ldap.c.
|
||||
[RT #42525]
|
||||
|
||||
4377. [bug] Don't reuse zero TTL responses beyond the current
|
||||
client set (excludes ANY/SIG/RRSIG queries).
|
||||
[RT #42142]
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
#include <isc/mem.h>
|
||||
#include <isc/print.h>
|
||||
#include <isc/result.h>
|
||||
#include <isc/string.h>
|
||||
|
||||
#include <dns/db.h>
|
||||
#include <dns/dbiterator.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue