]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Ensure file descriptors 0-2 are in use
authorOndřej Surý <ondrej@isc.org>
Thu, 28 Aug 2025 08:56:29 +0000 (10:56 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 28 Aug 2025 08:56:29 +0000 (10:56 +0200)
libuv expect file descriptors <= STDERR_FILENO are in use. otherwise,
it may abort when closing a file descriptor it opened.

Closes #5226

Merge branch 'main' into 'main'

See merge request isc-projects/bind9!10582


Trivial merge