]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4164] added ChangeLog entry
authorRazvan Becheriu <razvan@isc.org>
Thu, 16 Oct 2025 15:15:43 +0000 (18:15 +0300)
committerAndrei Pavel <andrei@isc.org>
Mon, 27 Oct 2025 15:19:09 +0000 (17:19 +0200)
ChangeLog

index cd1145eaa4dda0e183476c36b9c775b95d36557d..6db8f993c81f85178d9bb09ccd86350acdb004df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
-2405.  [bug]           razvan
+2406.  [bug]           razvan
        Removed logging an error in ping check hook library if
        using lease cache treshold.
        (Gitlab #4129)
 
+2405.  [bug]           razvan, liyunqing_kylin
+       Fixed a data race in ping-check hooks library. Thanks to
+       liyunqing_kylin for reporting and testing the fix for this
+       issue.
+       (Gitlab #4164)
+
 2404.  [bug]           razvan, liyunqing_kylin
        Fixed deadlock in ping-check hooks library. Thanks to
        liyunqing_kylin for reporting and providing a patch.