From 23e688b3ab9bf57c8c0a975153cb50e97a82cce6 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Wed, 4 Mar 2026 12:20:37 +0000 Subject: [PATCH] Add credit to the ChangeLog entry Signed-off-by: David Horstmann --- ChangeLog.d/fix-psa-ffdh-buffer-overflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/fix-psa-ffdh-buffer-overflow.txt b/ChangeLog.d/fix-psa-ffdh-buffer-overflow.txt index 16ba993d10..eb794f4d15 100644 --- a/ChangeLog.d/fix-psa-ffdh-buffer-overflow.txt +++ b/ChangeLog.d/fix-psa-ffdh-buffer-overflow.txt @@ -1,3 +1,3 @@ Security * Fix a buffer overflow in psa_export_public_key() for FFDH keys when the - output buffer is too small. + output buffer is too small. Found by Haruto Kimura (Stella)