bind9/lib
Mark Andrews 859d2fdad6 Inactive incorrectly incremented
It is possible to have two threads destroying an rbtdb at the same
time when detachnode() executes and removes the last reference to
a node between exiting being set to true for the node and testing
if the references are zero in maybe_free_rbtdb().  Move NODE_UNLOCK()
to after checking if references is zero to prevent detachnode()
changing the reference count too early.
2021-01-06 15:27:07 +11:00
..
bind9 Treat dnssec-policy "none" as a builtin zone 2020-12-23 09:02:11 +01:00
dns Inactive incorrectly incremented 2021-01-06 15:27:07 +11:00
irs Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
isc Only pick CPUs that are part of the existing CPU affinity set when 2020-12-21 15:09:57 +01:00
isccc Update library API versions 2020-11-26 12:12:17 +01:00
isccfg Treat dnssec-policy "none" as a builtin zone 2020-12-23 09:02:11 +01:00
ns Update library API versions 2020-12-16 22:05:50 +01:00
samples Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
win32/bindevt update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
.gitignore Provide unit test driver 2020-05-21 12:13:01 +02:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
unit-test-driver.sh.in Provide unit test driver 2020-05-21 12:13:01 +02:00