Add CHANGES and release note for #1933

This commit is contained in:
Ondřej Surý 2020-06-17 14:28:23 +02:00 committed by Michał Kępień
parent a7bed56845
commit 7f24d4b476
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,5 @@
5445. [cleanup] Disable and disallow static linking. [GL #1933]
5444. [bug] 'rndc dnstap -roll <value>' was not limiting the
number of saved files to <value>. [GL !3728]

View file

@ -29,7 +29,12 @@ New Features
Feature Changes
~~~~~~~~~~~~~~~
- None.
- Disable and disallow static linking of BIND 9 binaries and libraries
as BIND 9 modules require ``dlopen()`` support and static linking also
prevents using security features like read-only relocations (RELRO) or
address space layout randomization (ASLR) which are important for
programs that interact with the network and process arbitrary user
input. [GL #1933]
Bug Fixes
~~~~~~~~~