From: Štěpán Balážik Date: Tue, 26 May 2026 13:49:04 +0000 (+0000) Subject: fix: test: Handle large query IDs in xfer/ans5 properly X-Git-Tag: v9.21.23~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdad654ef87753b6e128ec1f21f1ddad20b36c5a;p=thirdparty%2Fbind9.git fix: test: Handle large query IDs in xfer/ans5 properly Previously, the server would crash if it received a query with an ID close to 65535 in the badmessageid case, as adding 50 to it would not fit in uint16. This was an oversight in porting it from Perl to Python in f9ed3650acdc2c5b38d8b36729b045ca63f983ef. Fixes #6025. Merge branch 'stepan/fix-xfer-large-qid' into 'main' See merge request isc-projects/bind9!12097 --- cdad654ef87753b6e128ec1f21f1ddad20b36c5a