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

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

BugTracker
Version Fixed:
9.9.9, 9.10.4, 9.11.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
(no value)
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
BIND Common
Area:
bug

Attachments
0001-move-include-isc-sockaddr.h-from-lib-dns-forward.c-t.patch

Dates
Created:Thu, 14 Jan 2016 06:04:46 -0500
Updated:Thu, 03 Aug 2017 22:33:01 -0400
Closed:Thu, 14 Jan 2016 13:28:54 -0500



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: move #include isc/sockaddr.h from lib/dns/forward.c to lib/dns/include/dns/forward.h
Date: Thu, 14 Jan 2016 12:04:40 +0100
To: bind-bugs@isc.org
From: "Petr Spacek" <pspacek@redhat.com>
Hello, this patch moves #include isc/sockaddr.h from lib/dns/forward.c to lib/dns/include/dns/forward.h. Previously, the header lib/dns/include/dns/forward.h did not work when included as it was because size of isc_sockaddr_t could not be determined from included headers. -- Petr Spacek @ Red Hat

Message body is not shown because sender requested not to inline it.

CC:
Subject: Re: [ISC-Bugs #41474] move #include isc/sockaddr.h from lib/dns/forward.c to lib/dns/include/dns/forward.h
Date: Thu, 14 Jan 2016 18:28:43 +0000
To: "Petr Spacek via RT" <bind9-bugs@isc.org>
From: "Evan Hunt" <each@isc.org>
> this patch moves #include isc/sockaddr.h from lib/dns/forward.c to > lib/dns/include/dns/forward.h. Thanks, Petr. 4291. [cleanup] Added a required include to dns/forward.h. [RT #41474] 9.11.0, 9.10.4, 9.9.9