diff --git a/CHANGES b/CHANGES index b3766c4164..9bb92f29b7 100644 --- a/CHANGES +++ b/CHANGES @@ -2,12 +2,12 @@ enabling support for libmaxminddb was not working correctly. This has been fixed. [GL #2366] -5557. [bug] Prevent rbtdb instances being destroyed by multiple - threads at the same time. [GL #2355] +5557. [bug] Prevent RBTDB instances from being destroyed by multiple + threads at the same time. [GL #2317] -5548. [bug] When BIND 9 was compiled with --disable-threads and - --with-epoll, it was possible to trigger an assertion - failure due to a double lock. [GL !4454] +5548. [bug] named exited with an assertion failure upon startup when + compiled with --disable-threads and --with-epoll. + [GL !4454] 5547. [bug] BIND 9 failed to build with --disable-threads and --with-geoip2. [GL #2324] diff --git a/doc/arm/notes-9.11.27.xml b/doc/arm/notes-9.11.27.xml index 8a38dddcc6..79a08cd830 100644 --- a/doc/arm/notes-9.11.27.xml +++ b/doc/arm/notes-9.11.27.xml @@ -11,62 +11,14 @@
Notes for BIND 9.11.27 -
Security Fixes - - - - None. - - - -
- -
Known Issues - - - - None. - - - -
- -
New Features - - - - None. - - - -
- -
Removed Features - - - - None. - - - -
- -
Feature Changes - - - - None. - - - -
-
Bug Fixes - Prevent rbtdb instances being destroyed by multiple threads at the same - time. This can trigger assertion failures. [GL #2355] + Multiple threads could attempt to destroy a single RBTDB instance at + the same time, resulting in an unpredictable but low-probability + assertion failure in free_rbtdb(). This has been + fixed. [GL #2317]