bind9/bin
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
..
check update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
confgen update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
delv update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dig Drop unused bufferlist code 2020-10-22 13:11:16 +02:00
dnssec Remove the .key from the beginning of the line in rst file 2020-09-30 21:12:15 +02:00
named Fix possible NULL dereference in cd->dlz_destroy() 2020-10-28 15:48:58 +01:00
nsupdate The dns_message_create() cannot fail, change the return to void 2020-09-29 08:22:08 +02:00
pkcs11 update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
plugins Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
rndc Fix the isc_nm_closedown() to actually close the pending connections 2020-10-22 11:37:16 -07:00
tests Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
tools Try to improve rrl timing 2020-10-15 00:05:12 +00:00
win32/BINDInstall update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00