From 62988accbc5b06ff2e75f0e15f4503eb8817871c Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 15 Sep 2025 16:05:59 +0200 Subject: [PATCH] [#4107] Added a ChangeLog entry --- changelog_unreleased/4107-race-condition-in-pid-file-handling | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog_unreleased/4107-race-condition-in-pid-file-handling 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) -- 2.47.3