aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Everett <ryan.everett@arm.com>2024-04-30 14:04:17 +0100
committerRyan Everett <ryan.everett@arm.com>2024-04-30 14:04:17 +0100
commitc51e94837032ea71b13c5b5d225b5b18880d6455 (patch)
treec6deb9fc9573d1334dfdab4df4481e1cb653e4f5
parent925b2d76f4b680776044e9a3dfbdb8a6f7107335 (diff)
downloadmbedtls-c51e94837032ea71b13c5b5d225b5b18880d6455.tar.gz
Add changelog
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
-rw-r--r--ChangeLog.d/fix-concurrently-loading-non-existent-keys.txt4
1 files changed, 4 insertions, 0 deletions
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 000000000..8a406a12e
--- /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.