From: Arаm Sаrgsyаn Date: Tue, 7 Jul 2026 10:07:45 +0000 (+0000) Subject: fix: dev: Fix PROXYv2 header size truncation bug X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ee5763880acaa317c8c53a20f97795a602a800b5;p=thirdparty%2Fbind9.git fix: dev: Fix PROXYv2 header size truncation bug The 'isc_proxy2_handler_t' structure stores some size values in a 'uint16_t' type, while the maximum size can be bigger, which results in truncation. Change the affected types to 'size_t'. Closes #6142 Merge branch '6142-proxyv2-header-length-fix' into 'main' See merge request isc-projects/bind9!12294 --- ee5763880acaa317c8c53a20f97795a602a800b5