Files
bind9/lib/isc/unix
Witold Kręcicki 30675428d8 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-02-07 08:42:02 +01:00
..
2019-11-10 20:14:17 +00:00
2019-11-10 20:14:17 +00:00
2019-11-06 15:32:04 +01:00
2020-01-13 22:00:20 +01:00
2020-02-07 08:42:02 +01:00
2019-11-28 12:36:55 +01:00