bind9/bin/named
Tony Finch 7b71b1020f Ensure that named_server_t is properly initialized
There was a ubsan error reporting an invalid value for interface_auto
(a boolean value cannot be 190) because it was not initialized. To
avoid this problem happening again, ensure the whole of the server
structure is initialized to zero before setting the (relatively few)
non-zero elements.
2022-09-12 10:35:39 +01:00
..
include Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
builtin.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
config.c Obsolete the "glue-cache" option 2022-06-30 15:24:08 +02:00
control.c Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
controlconf.c Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
dlz_dlopen_driver.c Move netmgr/uv-compat.h to <isc/uv.h> 2022-05-03 10:02:19 +02:00
fuzz.c Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
geoip.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
log.c Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
logconf.c Simplify way we tag unreachable code with only ISC_UNREACHABLE() 2022-03-25 08:33:43 +01:00
main.c Do not use libxml2 deprecated functions 2022-09-06 08:55:07 +00:00
Makefile.am Remove auto-generated rst files in repo in favour of grammar pretty printer 2022-07-01 08:59:23 +02:00
named.conf.rst Add note that named.conf man page is not a complete manual 2022-07-01 08:59:24 +02:00
named.rst Update documentation for named's -M option 2022-07-15 10:23:03 +02:00
os.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
server.c Ensure that named_server_t is properly initialized 2022-09-12 10:35:39 +01:00
statschannel.c move ADB and resolver stats out of the view object 2022-05-13 13:36:10 -07:00
tkeyconf.c Clean up #include <isc/string.h> 2022-05-03 12:38:59 +00:00
transportconf.c Rename "hostname" to "remote-hostname" within "tls" 2022-05-03 17:15:43 +03:00
tsigconf.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
xsl_p.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
zoneconf.c Remove implicit inline-signing code 2022-08-15 11:44:20 +02:00