From: Ondřej Surý Date: Fri, 1 May 2026 05:19:57 +0000 (+0200) Subject: fix: dev: Harden dig's EDNS option parsing against malformed replies X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b87ab0236e3e63ceec613970ce3e7b2c054e459;p=thirdparty%2Fbind9.git fix: dev: Harden dig's EDNS option parsing against malformed replies dig's parser for EDNS options in a DNS reply now stops cleanly when an option declares a length that runs past the end of the option data, rather than trusting the upstream OPT-record validator to reject the reply first. This is a defensive change; behavior is unchanged in practice. Merge branch 'ondrej/dig-process-opt-edns-optlen-oob' into 'main' See merge request isc-projects/bind9!11937 --- 7b87ab0236e3e63ceec613970ce3e7b2c054e459