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

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

BugTracker
Version Fixed:
(no value)
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:
(no value)
Area:
bug

Dates
Created:Wed, 18 Oct 2017 16:58:41 -0400
Updated:Wed, 01 Nov 2017 10:49:15 -0400
Closed:Sat, 28 Oct 2017 22:29:42 -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: delzone removes newlines from NZF
Date: Thu, 19 Oct 2017 02:28:29 +0530
From: "Mukund Sivaraman" <muks@isc.org>
To: bind9-bugs@isc.org
rndc delzone removes newlines from NZF. Mukund
Date: Thu, 19 Oct 2017 03:11:40 +0530
From: "Mukund Sivaraman" <muks@isc.org>
Subject: Re: [ISC-Bugs #46323] delzone removes newlines from NZF
To: "Mukund Sivaraman via RT" <bind9-confidential@isc.org>
Please review rt46323. It was basically dumping the entire multi-zone config as a single line by passing it to cfg_printx(). Mukund
Looks fine, and system tests that use delzone passed. Okay to commit.
To: "Evan Hunt via RT" <bind9-public@isc.org>
Date: Sun, 29 Oct 2017 07:58:06 +0530
From: "Mukund Sivaraman" <muks@isc.org>
Subject: Re: [ISC-Bugs #46323] delzone removes newlines from NZF
Merged to master, v9_11 branches: 4800. [bug] When processing delzone, write one zone config per line to the NZF. [RT #46323] Mukund