Files
bind9/lib
Witold Kręcicki e4d39f57ff 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.

(cherry picked from commit 81ba0fe0e6)
2020-03-03 09:26:54 +01:00
..
2020-02-28 15:22:59 +01:00
2020-03-03 16:10:45 +11:00
2020-02-28 15:22:59 +01:00
2020-03-03 09:26:54 +01:00
2020-02-28 15:22:59 +01:00
2020-02-28 15:22:59 +01:00
2020-02-28 15:22:59 +01:00
2020-02-28 15:22:59 +01:00