]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] [CVE-2025-40777] sec: usr: Fix a possible assertion failure when using the...
authorMichał Kępień <michal@isc.org>
Thu, 3 Jul 2025 12:17:14 +0000 (14:17 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 3 Jul 2025 12:17:14 +0000 (14:17 +0200)
commit055a592fd97ce6c94db7f9718da2873524262e16
tree5b3d075cc044123f47b956f6b2c91c914e11d4c3
parente8ffe3a15cac880d05a8d71e43cd00a0be34836f
parent9c7a63142dacb2e16c64719f57d1191298af4393
[9.20] [CVE-2025-40777] sec: usr: Fix a possible assertion failure when using the 'stale-answer-client-timeout 0' option

In specific circumstances the :iscman:`named` resolver process could
terminate unexpectedly when stale answers were enabled and the
``stale-answer-client-timeout 0`` configuration option was used.
This has been fixed.

Backport of !808

See isc-projects/bind9#5372

Merge branch 'backport-5372-security-serve-stale-crash-on-insist-unreachable-9.20' into 'v9.20.11-release'

See merge request isc-private/bind9!815