From 94adaadea74a13975f127ca52ae5e39eacb669ad Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 27 May 2016 11:19:55 +1000 Subject: [PATCH] 4378. [contrib] #include for strlcat in zone2ldap.c. [RT #42525] (cherry picked from commit d7ab0204e26098847232548f03833e185db0b99f) --- CHANGES | 3 +++ contrib/sdb/ldap/zone2ldap.c | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 0efb0e4488..6575ccad34 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +4378. [contrib] #include 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] diff --git a/contrib/sdb/ldap/zone2ldap.c b/contrib/sdb/ldap/zone2ldap.c index 9f485292ef..ed674b57d2 100644 --- a/contrib/sdb/ldap/zone2ldap.c +++ b/contrib/sdb/ldap/zone2ldap.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include