Add CHANGES note for [GL #3986]

(cherry picked from commit 3d36e0bb89)
This commit is contained in:
Ondřej Surý 2023-04-05 15:42:05 +02:00 committed by Michał Kępień
parent e0620ca208
commit a41eb823e9
No known key found for this signature in database

View file

@ -16,6 +16,13 @@
in the dispatch code to avoid retrying with the
same server. [GL #4005]<
6152. [bug] In dispatch, honour the configured source-port
selection when UDP connection fails with address
in use error.
Also treat ISC_R_NOPERM same as ISC_R_ADDRINUSE.
[GL #3986]
6149. [test] As a workaround, include an OpenSSL header file before
including cmocka.h in the unit tests, because OpenSSL
3.1.0 uses __attribute__(malloc), conflicting with a