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

People
Owner:
Nobody in particular
Requestors:
Cc:
AdminCc:

BugTracker
Version Fixed:
9.9.11-S1, 9.11.0, 9.12.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
BIND Server
Area:
bug

Dates
Created:Tue, 28 Jun 2016 20:27:51 -0400
Updated:Thu, 03 Aug 2017 23:27:03 -0400
Closed:Tue, 28 Jun 2016 21:42:27 -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: Warnings in bind9 build with dnstap
These warnings are promoted to errors with --enable-developer dnstap.c: In function ‘send_dt’: dnstap.c:435:3: error: implicit declaration of function ‘free’ [-Werror=implicit-function-declaration] free(buf); ^ dnstap.c:435:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror] dnstap.c:435:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’ dnstap.c:442:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror] free(buf); ^ dnstap.c:442:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’ cc1: all warnings being treated as errors