From de50484bb66f63612f1fff3acb950d1f528cc490 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 4d53fd2e21..3d0450d525 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