From: Ondřej Surý Date: Thu, 28 Aug 2025 08:56:29 +0000 (+0200) Subject: fix: dev: Ensure file descriptors 0-2 are in use X-Git-Tag: v9.21.12~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b7f5b7ba78e7659b16bb163a9dada77cc86c71;p=thirdparty%2Fbind9.git fix: dev: Ensure file descriptors 0-2 are in use 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 --- 40b7f5b7ba78e7659b16bb163a9dada77cc86c71