]> git.ipfire.org Git - thirdparty/bind9.git/commit
Avoid aborting when uv_timer_start() is used on a closing socket
authorArtem Boldariev <artem@boldariev.com>
Tue, 10 May 2022 16:44:28 +0000 (19:44 +0300)
committerArtem Boldariev <artem@boldariev.com>
Fri, 20 May 2022 17:18:40 +0000 (20:18 +0300)
commit245f7cec2ea9005a360478959e4a446c666eab75
tree1259f5011ce864b97638e8da66e4ccda001f8695
parentaa8c258fba51b1e5761b167f55b6bca2a0dd479e
Avoid aborting when uv_timer_start() is used on a closing socket

In such a case it will return UV_EINVAL (-EINVAL), leading to
aborting, as the code expects the function to succeed.
lib/isc/netmgr/netmgr.c