]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a crash (in dig) when closing HTTP socket with unused session
authorArtem Boldariev <artem@boldariev.com>
Tue, 10 Aug 2021 14:02:19 +0000 (17:02 +0300)
committerArtem Boldariev <artem@boldariev.com>
Fri, 27 Aug 2021 09:14:48 +0000 (12:14 +0300)
commit8a655320c84a08a9a6477e41debb930e4a60cf86
treedbb5fdfeb616f3bc19b9fbda9b2b21a065362525
parentd0399afd3a078a64145a59a1fe3135102a743162
Fix a crash (in dig) when closing HTTP socket with unused session

This commit fixes a crash (caused by an assert) when closing an HTTP/2
socket with unused HTTP/2 session.
lib/isc/netmgr/http.c
lib/isc/tests/doh_test.c