bind9/lib
Witold Kręcicki 81ba0fe0e6 Fix a race in isc_socket destruction.
There was a very slim chance of a race between isc_socket_detach and
process_fd: isc_socket_detach decrements references to 0, and before it
calls destroy gets preempted. Second thread calls process_fd, increments
socket references temporarily to 1, and then gets preempted, first thread
then hits assertion in destroy() as the reference counter is now 1 and
not 0.
2020-03-03 08:34:19 +01:00
..
bind9 Add ZLIB_LIBS to ISCLIBS 2020-02-28 15:22:29 +01:00
dns Adjust lock/unlock in zone_rekey() 2020-03-03 15:26:31 +11:00
irs Add ZLIB_LIBS to ISCLIBS 2020-02-28 15:22:29 +01:00
isc Fix a race in isc_socket destruction. 2020-03-03 08:34:19 +01:00
isccc Add ZLIB_LIBS to ISCLIBS 2020-02-28 15:22:29 +01:00
isccfg Add ZLIB_LIBS to ISCLIBS 2020-02-28 15:22:29 +01:00
ns Add ZLIB_LIBS to ISCLIBS 2020-02-28 15:22:29 +01:00
samples Add ZLIB_LIBS to ISCLIBS 2020-02-28 15:22:29 +01:00
win32/bindevt apply the modified style 2020-02-13 15:05:06 -08:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00