mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
On a successful connect need to clear the except_fds bit for the socket. except_fds is only set for a connect call, so it is always safe to clear
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
1112. [bug] On Win32 the exception fds bit for the socket
|
||||||
|
was not being cleared on a successful connect.
|
||||||
|
|
||||||
1111. [bug] Multithreaded servers could deadlock processing
|
1111. [bug] Multithreaded servers could deadlock processing
|
||||||
recursive queries due to a locking hieararchy
|
recursive queries due to a locking hieararchy
|
||||||
violation in adb.c. [RT #2017]
|
violation in adb.c. [RT #2017]
|
||||||
|
Reference in New Issue
Block a user