2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Add CHANGES and release note for GL #2124

This commit is contained in:
Ondřej Surý
2020-09-25 12:51:39 +02:00
parent 33eefe9f85
commit 6179a38810
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
5510. [bug] Implement the attach/detach semantics for dns_message_t
to fix a data race in accessing already destroyed
fctx->rmessage. [GL #2124]
5509. [bug] filter-aaaa: named crashed upon shutdown if it was in 5509. [bug] filter-aaaa: named crashed upon shutdown if it was in
the process of recursing for A RRsets. [GL #1040] the process of recursing for A RRsets. [GL #1040]

View File

@@ -50,3 +50,6 @@ Bug Fixes
- `named` would report invalid memory size when running in an environment - `named` would report invalid memory size when running in an environment
that doesn't properly report number of available memory pages or pagesize. that doesn't properly report number of available memory pages or pagesize.
[GL #2166] [GL #2166]
- `named` would exit with assertion failure REQUIRE(msg->state == (-1)) in
message.c due to a possible data race. [GL #2124]