/* Users may specify "0 1", "0" "1", 0 1 or a combination thereof. */
for(str = $2; (tok = strtok_r(str, " \t", &ptr)); str = NULL) {
struct cpu_option *opt =
- region_alloc(cfg_parser->opt->region, sizeof(*opt));
+ region_alloc_zero(cfg_parser->opt->region, sizeof(*opt));
cpu = 0;
- if(!parse_number(tok, &cpu) || opt->cpu < 0) {
+ if(!parse_number(tok, &cpu) || cpu < 0) {
yyerror("expected a positive number");
YYABORT;
}
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for NSD 4.3.8.
+# Generated by GNU Autoconf 2.69 for NSD 4.3.9.
#
# Report bugs to <nsd-bugs@nlnetlabs.nl>.
#
# Identity of this package.
PACKAGE_NAME='NSD'
PACKAGE_TARNAME='nsd'
-PACKAGE_VERSION='4.3.8'
-PACKAGE_STRING='NSD 4.3.8'
+PACKAGE_VERSION='4.3.9'
+PACKAGE_STRING='NSD 4.3.9'
PACKAGE_BUGREPORT='nsd-bugs@nlnetlabs.nl'
PACKAGE_URL=''
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures NSD 4.3.8 to adapt to many kinds of systems.
+\`configure' configures NSD 4.3.9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of NSD 4.3.8:";;
+ short | recursive ) echo "Configuration of NSD 4.3.9:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-NSD configure 4.3.8
+NSD configure 4.3.9
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by NSD $as_me 4.3.8, which was
+It was created by NSD $as_me 4.3.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by NSD $as_me 4.3.8, which was
+This file was extended by NSD $as_me 4.3.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-NSD config.status 4.3.8
+NSD config.status 4.3.9
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
sinclude(acx_nlnetlabs.m4)
sinclude(dnstap/dnstap.m4)
-AC_INIT([NSD],[4.3.8],[nsd-bugs@nlnetlabs.nl])
+AC_INIT([NSD],[4.3.9],[nsd-bugs@nlnetlabs.nl])
AC_CONFIG_HEADERS([config.h])
#
+2 December 2021: Wouter
+ - Fix socket_partitioning unit test for FreeBSD.
+ - Fix SVCB test to work around older dig with drill.
+
+1 December 2021: Wouter
+ - Set up for branch for 4.3.9 release.
+ - Fix unit tests for new answer-cookie default.
+
+30 November 2021: Wouter
+ - Fix to remove git tracking and ci information from release tarballs.
+
+3 November 2021: Wouter
+ - Fix #198: nsd-control reconfig core dump.
+
+12 October 2021: Wouter
+ - Tag for 4.3.8 release, from 4.3.8rc2. The main branch continues
+ with version 4.3.9 in development.
+
7 October 2021: Wouter
- Set default for answer-cookie to no. Because in server deployments
with mixed server software, a default of yes causes issues.
NSD RELEASE NOTES
+4.3.9
+================
+BUG FIXES:
+ - Fix #198: nsd-control reconfig core dump.
+ - Fix to remove git tracking and ci information from release tarballs.
+ - Fix unit tests for new answer-cookie default.
+ - Fix socket_partitioning unit test for FreeBSD.
+ - Fix SVCB test to work around older dig with drill.
+
4.3.8
================
FEATURES:
-.TH "nsd\-checkconf" "8" "Oct 12, 2021" "NLnet Labs" "nsd 4.3.8"
+.TH "nsd\-checkconf" "8" "Dec 9, 2021" "NLnet Labs" "nsd 4.3.9"
.\" Copyright (c) 2001\-2008, NLnet Labs. All rights reserved.
.\" See LICENSE for the license.
.SH "NAME"
-.TH "nsd\-checkzone" "8" "Oct 12, 2021" "NLnet Labs" "nsd 4.3.8"
+.TH "nsd\-checkzone" "8" "Dec 9, 2021" "NLnet Labs" "nsd 4.3.9"
.\" Copyright (c) 2014, NLnet Labs. All rights reserved.
.\" See LICENSE for the license.
.SH "NAME"
-.TH "nsd\-control" "8" "Oct 12, 2021" "NLnet Labs" "nsd 4.3.8"
+.TH "nsd\-control" "8" "Dec 9, 2021" "NLnet Labs" "nsd 4.3.9"
.\" Copyright (c) 2011, NLnet Labs. All rights reserved.
.\" See LICENSE for the license.
.SH "NAME"
-.TH "NSD" "8" "Oct 12, 2021" "NLnet Labs" "NSD 4.3.8"
+.TH "NSD" "8" "Dec 9, 2021" "NLnet Labs" "NSD 4.3.9"
.\" Copyright (c) 2001\-2008, NLnet Labs. All rights reserved.
.\" See LICENSE for the license.
.SH "NAME"
.B nsd
-\- Name Server Daemon (NSD) version 4.3.8.
+\- Name Server Daemon (NSD) version 4.3.9.
.SH "SYNOPSIS"
.B nsd
.RB [ \-4 ]
-.TH "nsd.conf" "5" "Oct 12, 2021" "NLnet Labs" "nsd 4.3.8"
+.TH "nsd.conf" "5" "Dec 9, 2021" "NLnet Labs" "nsd 4.3.9"
.\" Copyright (c) 2001\-2008, NLnet Labs. All rights reserved.
.\" See LICENSE for the license.
.SH "NAME"