bind9/bin/named
Aram Sargsyan 43ac2cd229 Fix catalog zone reconfiguration crash
The following scenario triggers a "named" crash:

1. Configure a catalog zone.
2. Start "named".
3. Comment out the "catalog-zone" clause.
4. Run `rndc reconfig`.
5. Uncomment the "catalog-zone" clause.
6. Run `rndc reconfig` again.

Implement the required cleanup of the in-memory catalog zone during
the first `rndc reconfig`, so that the second `rndc reconfig` could
find it in an expected state.
2021-11-23 11:39:37 +00:00
..
include remove all references to isc_socket and related types 2021-10-15 01:01:25 -07:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl Fix incorrect version bump in statistics channels 2021-11-04 18:45:36 -07:00
builtin.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
config.c Embed NAMED_SYSCONFDIR contents in the bind.keys comment 2021-11-16 14:39:05 +11:00
control.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
controlconf.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
dlz_dlopen_driver.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
fuzz.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
geoip.c Move NAME_MAX and PATH_MAX from isc/platform.h to isc/dir.h 2021-07-06 05:33:48 +00:00
log.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
logconf.c rewrite logfileconfig system test 2021-10-13 08:31:47 -07:00
main.c remove all references to isc_socket and related types 2021-10-15 01:01:25 -07:00
Makefile.am Add '\n' to the end of each line when generating xsl.c 2021-11-02 11:18:45 +00:00
named.conf.rst remove all references to isc_socket and related types 2021-10-15 01:01:25 -07:00
named.rst remove all references to isc_socket and related types 2021-10-15 01:01:25 -07:00
os.c Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
server.c Fix catalog zone reconfiguration crash 2021-11-23 11:39:37 +00:00
statschannel.c Fix incorrect version bump in statistics channels 2021-11-04 18:45:36 -07:00
tkeyconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
transportconf.c refactor outgoing HTTP connection support 2021-03-05 13:29:26 +02:00
tsigconf.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
xsl_p.h Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
zoneconf.c dns/resolver.c: Return void when ISC_R_SUCCESS is only returned value 2021-10-13 05:48:51 +02:00