bind9/bin/named
Ondřej Surý 38f34c266d Fix possible NULL dereference in cd->dlz_destroy()
If the call to cd->dlz_create() in dlopen_dlz_create() fails, cd->dbdata
may be NULL when dlopen_dlz_destroy() gets called in the cleanup path
and passing NULL to the cd->dlz_destroy() callback may cause a NULL
dereference.  Ensure that does not happen by checking whether cd->dbdata
is non-NULL before calling the cd->dlz_destroy() callback.
2020-10-28 15:48:58 +01:00
..
include make (named_server_t).reload_status atomic 2020-09-30 14:19:09 +00:00
unix Fix possible NULL dereference in cd->dlz_destroy() 2020-10-28 15:48:58 +01:00
win32 update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
builtin.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
config.c Simplify the EDNS buffer size logic for DNS Flag Day 2020 2020-10-05 16:21:21 +02:00
control.c Postpone the isc_app_shutdown() after rndc response has been sent 2020-10-22 11:46:58 -07:00
controlconf.c Postpone the isc_app_shutdown() after rndc response has been sent 2020-10-22 11:46:58 -07:00
fuzz.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
geoip.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
log.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
logconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
main.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
named.conf.rst Deprecate the "glue-cache" option 2020-09-16 11:18:07 +02:00
named.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
server.c Drop unused portlist code 2020-10-22 13:11:16 +02:00
statschannel.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
tkeyconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
tsigconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
xsl_p.h Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
zoneconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00