the line "$GENERATE 19-28/2147483645 $ CNAME x" should generate a single CNAME with the owner "19.example.com", but prior to the overflow bug it generated several CNAMEs, half of them with large negative values. we now test for the bugfix by using "named-checkzone -D" and grepping for a single CNAME in the output.
18 lines
538 B
Plaintext
18 lines
538 B
Plaintext
; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
;
|
|
; SPDX-License-Identifier: MPL-2.0
|
|
;
|
|
; This Source Code Form is subject to the terms of the Mozilla Public
|
|
; License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
; file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
|
;
|
|
; See the COPYRIGHT file distributed with this work for additional
|
|
; information regarding copyright ownership.
|
|
|
|
$TTL 600
|
|
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
|
|
NS ns
|
|
ns A 192.0.2.1
|
|
|
|
$GENERATE 19-28/2147483645 $ CNAME x
|