Report information
The Basics
Id:
42525
Status:
resolved
Priority:
Medium/Medium
Queue:

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
9.9.10,9.9.10(sub),9.10.5,9.11.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
(no value)
Severity:
(no value)
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
BIND Server
Area:
bug

Dates
Created:Thu, 26 May 2016 10:49:25 -0400
Updated:Fri, 07 Jul 2017 19:33:37 -0400
Closed:Thu, 26 May 2016 21:37:13 -0400



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: non-portable use of strlcat in contrib/sdb/ldap/zone2ldap.c
Date: Thu, 26 May 2016 16:49:16 +0200
To: bind9-bugs@isc.org
From: "Tomas Hozza" <thozza@redhat.com>
Hello. The recent release of BIND 9.10.4-P1 contains change introduced by commit: https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=commit;h=fc9f0ac5778f78003a7acc957a23711811fec122 cherry-picked from commit: https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=commit;h=ffdd3bc812a140fb0e3d5b6f0df0a4efbfe4b412 The change introduced use of "strlcat" function in contrib/sdb/ldap/zone2ldap.c. The function is not available on Linux and therefore the code does not compile. Versions 9.10.3-P4 and older didn't use this non-portable function. Regards, -- Tomas Hozza Senior Software Engineer - EMEA ENG Developer Experience PGP: 1D9F3C2D UTC+1 (CET) Red Hat Inc. http://cz.redhat.com
On Thu May 26 15:23:39 2016, marka wrote: > 4378. [contrib] #include <isc/string.h> for strlcat in zone2ldap.c. > [RT #42525] >