From: Ondřej Surý Date: Sat, 14 Mar 2026 10:02:10 +0000 (+0100) Subject: fix: dev: Fix port validation rejecting valid port 65535 X-Git-Tag: v9.21.21~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38d0bbd0b873cb9eb3350d0d205db226f4d0318a;p=thirdparty%2Fbind9.git fix: dev: Fix port validation rejecting valid port 65535 Three port validation checks use >= UINT16_MAX instead of > UINT16_MAX, incorrectly rejecting port 65535 as out of range. Port 65535 is a valid TCP/UDP port number. Other port checks in the same file already use the correct > comparison. Merge branch 'ondrej/fix-port-validation-rejecting-valid-port-65535' into 'main' See merge request isc-projects/bind9!11665 --- 38d0bbd0b873cb9eb3350d0d205db226f4d0318a