From: Ondřej Surý Date: Fri, 1 May 2026 05:50:38 +0000 (+0200) Subject: chg: dev: Catch rare named crash in recursive resolution earlier for diagnosis X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c9a848be7fdb84b725513c01544e11976d7cda8;p=thirdparty%2Fbind9.git chg: dev: Catch rare named crash in recursive resolution earlier for diagnosis A rare crash has been observed in named while it is resolving upstream nameserver addresses for a recursive query, surfacing as a segmentation fault with no immediate clue as to the cause. This change adds internal consistency checks so that a future occurrence of the same condition aborts named with a diagnostic message at the point the inconsistency arises, rather than corrupting state and crashing later in an unrelated location. Closes #5602 Merge branch '5602-adb-find-sanity-checks' into 'main' See merge request isc-projects/bind9!11943 --- 3c9a848be7fdb84b725513c01544e11976d7cda8