From: Francis Dupont Date: Mon, 15 Sep 2025 14:05:59 +0000 (+0200) Subject: [#4107] Added a ChangeLog entry X-Git-Tag: Kea-3.1.2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62988accbc5b06ff2e75f0e15f4503eb8817871c;p=thirdparty%2Fkea.git [#4107] Added a ChangeLog entry --- diff --git a/changelog_unreleased/4107-race-condition-in-pid-file-handling b/changelog_unreleased/4107-race-condition-in-pid-file-handling new file mode 100644 index 0000000000..d13a9d8584 --- /dev/null +++ b/changelog_unreleased/4107-race-condition-in-pid-file-handling @@ -0,0 +1,4 @@ +[bug] fdupont + Fixed a race condition in pid file handling (used by + servers, agents and lease file cleanup). + (Gitlab #4107)