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

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
9.11.3, 9.12.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P3 Low
Severity:
S3 Low
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
Other

Dates
Created:Thu, 27 Jul 2017 13:01:22 -0400
Updated:Wed, 02 Aug 2017 20:27:53 -0400
Closed:Wed, 02 Aug 2017 06:48:32 -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.

CC: "Tony Finch" <dot@dotat.at>
Date: Thu, 27 Jul 2017 18:01:13 +0100
To: bind9-bugs@isc.org
From: "Tony Finch" <dot@dotat.at>
Subject: [PATCH] typo in comment
--- lib/dns/result.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/result.c b/lib/dns/result.c index 615f601..9779823 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -154,7 +154,7 @@ static const char *text[DNS_R_NRESULTS] = { "bad EUI", /*%< 109 DNS_R_BADEUI */ "covered by negative trust anchor", /*%< 110 DNS_R_NTACOVERED */ - "bad CDS", /*%< 111 DNS_R_BADCSD */ + "bad CDS", /*%< 111 DNS_R_BADCDS */ "bad CDNSKEY", /*%< 112 DNS_R_BADCDNSKEY */ "malformed OPT option", /*%< 113 DNS_R_OPTERR */ "malformed DNSTAP data", /*%< 114 DNS_R_BADDNSTAP */ -- 2.10.1.445.g3cdd5d1
From: "Evan Hunt" <each@isc.org>
Subject: Re: [ISC-Bugs #45627] [PATCH] typo in comment
CC:
Date: Thu, 27 Jul 2017 22:43:53 +0000
To: "Tony Finch via RT" <bind9-confidential@isc.org>
Not just a comment -- in 9.11 and master, it was spelled wrong in the _totext() outout as well. Thanks, fixed.
>it was spelled wrong in > the _totext() outout as well. I meant to say the _toid() output. Anyway, fixed.