Add CHANGES and release note for GL #2227

This commit is contained in:
Witold Kręcicki
2020-10-27 10:09:30 +01:00
committed by Ondřej Surý
parent c41ce8e0c9
commit cd3117b747
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
5522. [bug] Fix a race/NULL dereference in TCPDNS. [GL #2227]
5521. [func] All use of libltdl was dropped. libuv's shared library
handling interface is now used instead. [GL !4278]

View File

@@ -41,3 +41,6 @@ Bug Fixes
- Handle `UV_EOF` differently such that it is not treated as a `TCP4RecvErr` or
`TCP6RecvErr`. [GL #2208]
- ``named`` could crash with an assertion failure if a TCP connection is closed
while the request is still processing. [GL #2227]