mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add CHANGES and release note for [GL #4255]
Mention that possibility of partial TLS writes was taken into account and that fixes DNS messages corruption over long DNS over TLS streams.
This commit is contained in:
parent
84d71c8e2c
commit
35bd74a5f0
2 changed files with 6 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,3 +1,7 @@
|
|||
6241. [bug] Take into account the possibility of partial TLS writes
|
||||
in TLS DNS code. That helps to prevent DNS messages
|
||||
corruption on long DNS over TLS streams. [GL #4255]
|
||||
|
||||
6240. [bug] Use dedicated per-worker thread jemalloc memory
|
||||
arenas for send buffers allocation to reduce memory
|
||||
consumption and avoid lock contention. [GL #4038]
|
||||
|
|
|
|||
|
|
@ -69,6 +69,8 @@ Bug Fixes
|
|||
allowed us to optimize the process of returning memory pages back to
|
||||
the operating system. :gl:`#4038`
|
||||
|
||||
- Prevent DNS message corruption on long DNS over TLS streams. :gl:`#4255`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue