Report information
The Basics
Id:
46002
Status:
resolved
Priority:
Low/Low
Queue:

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

BugTracker
Version Fixed:
9.9.12(sub), 9.10.7(sub), 9.11.3, 9.12.0
Version Found:
9.12.0a1
Versions Affected:
9.9-sub, 9.10-sub, 9.11, 9.12
Versions Planned:
(no value)
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
bug

Dates
Created:Thu, 14 Sep 2017 10:41:35 -0400
Updated:Thu, 14 Sep 2017 19:57:34 -0400
Closed:Thu, 14 Sep 2017 19:57:34 -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.

From: bconry@isc.org
Date: Thu, 14 Sep 2017 14:41:33 +0000
To: bind9-public@isc.org
Subject: copy/paste error in stat description
tschannel.c index 67a4518..7a31f44 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -611,7 +611,7 @@ init_desc(void) { } while (0) i = 0; SET_DNSTAPSTATDESC(success, "dnstap messges written", "DNSTAPsuccess"); - SET_DNSTAPSTATDESC(drop, "dnstap messages dropped", "DNSSECdropped"); + SET_DNSTAPSTATDESC(drop, "dnstap messages dropped", "DNSTAPdropped"); INSIST(i == dns_dnstapcounter_max); /* Sanity check */
4723. [bug] Statistics counter DNSTAPdropped was misidentified as DNSSECdropped. [RT #46002]