From: Ondřej Surý Date: Mon, 15 Jun 2026 18:05:17 +0000 (+0200) Subject: fix: nil: Fix a latent NULL dereference in the DoH client request helper X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72ac4bbdb21b4bb44d1ca1f71e35f8676dc44f9d;p=thirdparty%2Fbind9.git fix: nil: Fix a latent NULL dereference in the DoH client request helper isc__nm_http_request()'s error path reloaded sock->h2->connect.cstream after client_send() had already detached and freed it on a submit failure, dereferencing NULL. The helper is only used by the DoH unit tests. Guard the cleanup path against the detached stream. Closes #6160 Merge branch '6160-fix-latent-NULL-dereference-in-http2' into 'main' See merge request isc-projects/bind9!12247 --- 72ac4bbdb21b4bb44d1ca1f71e35f8676dc44f9d