Files
bind9/lib/isc/unix
Witold Kręcicki 000fdd8fa5 Fix a possible deadlock in TCP accepting
Each network thread holds an array of locks, indexed by a hash
of fd. When we accept a connection we hold a lock in accepting thread.
We then generate the thread number and lock bucket for the new
connection socket - if we hit the same thread and lock bucket as
accepting socket we get a deadlock. Avoid this by checking if we're
in the same thread/lock bucket and not locking in this case.

(cherry picked from commit 75815c1581)
2019-05-24 12:50:15 +02:00
..
2019-01-09 23:44:26 +01:00
2019-03-07 21:23:39 -08:00
2019-01-09 23:44:26 +01:00
2019-01-09 23:44:26 +01:00
2019-01-09 23:44:26 +01:00
2018-08-28 10:31:47 +02:00