4378. [contrib] #include <isc/string.h> for strlcat in zone2ldap.c.

[RT #42525]

(cherry picked from commit d7ab0204e2)
This commit is contained in:
Mark Andrews 2016-05-27 11:19:55 +10:00
parent 0053eb0d93
commit 94adaadea7
2 changed files with 4 additions and 0 deletions

View file

@ -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]

View file

@ -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>