]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#796,!504] Added ChangeLog entry for #796. 796-kea-deadlock-because-signal-handler-is-doing-malloc
authorMarcin Siodelski <marcin@isc.org>
Mon, 9 Sep 2019 13:37:11 +0000 (15:37 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 9 Sep 2019 13:37:11 +0000 (15:37 +0200)
ChangeLog

index c860fea5ac49bfd7593a3c1662ac9a22ff18b82c..4ead66bb1ca3e39c357da8bec797d3cb08e26a25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1662.  [bug]           marcin
+       Prevent deadlock in the Kea DHCP servers caused by allocating
+       memory in the system signal handler. The issue was found on
+       CentOS 7.6, but could possibly affect Kea running on any other
+       OS.
+       (Gitlab #796,!504, git f858d9d0b63a18370ebb8bd7d1b8250d0c5a1cb5)
+
 1661.  [bug]           tmark
        kea-dhcp4 now rejects inbound client messages that have
        neither a hardware address nor a client identifier.