2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Add a CHANGES entry for the crash fix [GL #2851]

This commit adds a CHANGES entry for the fixed crash, caused by
detaching from the session->handle too early when sending HTTP/2
session data.
This commit is contained in:
Artem Boldariev 2021-08-05 16:01:04 +03:00
parent d72b1fa5cd
commit f85d899f55

View File

@ -1,3 +1,7 @@
5692. [bug] Fix a rare crash in the DoH code caused by
detaching from an HTTP/2 session handle too early when
sending data. [GL #2851]
5691. [bug] 'rndc freeze' with in-view zones present would 5691. [bug] 'rndc freeze' with in-view zones present would
spuriously report failures. [GL #2844] spuriously report failures. [GL #2844]