From 629715aeb19a7b4705df9eb504cf8e08db5d692a Mon Sep 17 00:00:00 2001 From: Ryan Everett Date: Tue, 30 Apr 2024 14:04:17 +0100 Subject: [PATCH] Add changelog Signed-off-by: Ryan Everett --- ChangeLog.d/fix-concurrently-loading-non-existent-keys.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/fix-concurrently-loading-non-existent-keys.txt diff --git a/ChangeLog.d/fix-concurrently-loading-non-existent-keys.txt b/ChangeLog.d/fix-concurrently-loading-non-existent-keys.txt new file mode 100644 index 0000000000..8a406a12e8 --- /dev/null +++ b/ChangeLog.d/fix-concurrently-loading-non-existent-keys.txt @@ -0,0 +1,4 @@ +Bugfix + * Fix rare concurrent access bug where attempting to operate on a + non-existent key while concurrently creating a new key could potentially + corrupt the key store.