Files
bind9/lib
Witold Kręcicki bbf1422614 Fix possible deadlock in unix/socket.c
In process_fd we lock sock->lock and then internal_accept locks mgr->lock,
in isc_sockmgr_render* functions we lock mgr->lock and then lock sock->lock,
that can cause a deadlock when accessing stats. Unlock sock->lock early in
all the internal_{send,recv,connect,accept} functions instead of late
in process_fd.
2020-06-08 15:30:10 +02:00
..
2020-06-05 18:58:13 -07:00
2020-05-19 13:57:37 +02:00
2020-05-19 13:57:36 +02:00
2020-04-16 07:56:38 +02:00