From: Razvan Becheriu Date: Thu, 16 Oct 2025 15:12:37 +0000 (+0300) Subject: [#4129] added ChangeLog entry X-Git-Tag: Kea-3.1.3~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d8bd078912d634ac6d5885347c252b830564516;p=thirdparty%2Fkea.git [#4129] added ChangeLog entry --- diff --git a/AUTHORS b/AUTHORS index faf95ab197..aa9ccc9453 100644 --- a/AUTHORS +++ b/AUTHORS @@ -321,3 +321,4 @@ We have received the following contributions: - liyunqing_kylin 2025-09: Reported and provided a patch that fixes a dead lock in ping-check hooks library. + 2025-10: Reported and tested a data race issue in ping-check hooks library. diff --git a/ChangeLog b/ChangeLog index e315756be3..cd1145eaa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2405. [bug] razvan + Removed logging an error in ping check hook library if + using lease cache treshold. + (Gitlab #4129) + 2404. [bug] razvan, liyunqing_kylin Fixed deadlock in ping-check hooks library. Thanks to liyunqing_kylin for reporting and providing a patch.