From: Ondřej Surý Date: Mon, 30 Mar 2026 17:02:15 +0000 (+0200) Subject: [9.20] chg: nil: Fix INSIST copy-paste error checking RADIX_V4 instead of RADIX_V6 X-Git-Tag: v9.20.22~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=85ecb978f1e575bbd7a3874aca7d38d80934ec63;p=thirdparty%2Fbind9.git [9.20] chg: nil: Fix INSIST copy-paste error checking RADIX_V4 instead of RADIX_V6 The INSIST in isc_radix_insert() checks node->data[RADIX_V4] and node->node_num[RADIX_V4] twice due to a copy-paste error, never verifying the RADIX_V6 fields. Fix the second pair to check RADIX_V6. Backport of MR !11664 Merge branch 'backport-ondrej/fix-copy-paste-error-checking-RADIX_V4-instead-of-RADIX_V6-9.20' into 'bind-9.20' See merge request isc-projects/bind9!11686 --- 85ecb978f1e575bbd7a3874aca7d38d80934ec63