From: Evan Hunt Date: Wed, 5 Aug 2026 18:10:23 +0000 (+0000) Subject: fix: usr: Check "asnum" validity in GeoIP ACLs X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9667b263dfc4908c04bf24357ab19b406ce00e23;p=thirdparty%2Fbind9.git fix: usr: Check "asnum" validity in GeoIP ACLs We now check the validity of autonomous system (AS) numbers when parsing GeoIP ACLs that use `asnum` elements at configuration time. `asnum` values start with an optional case-insensitive "AS" prefix, followed only by decimal digits, with no spaces or other extraneous characters. The value represented cannot exceed 2^32. Closes #6255 Merge branch '6255-check-asnum' into 'main' See merge request isc-projects/bind9!12438 --- 9667b263dfc4908c04bf24357ab19b406ce00e23