From 1ecd0c1ea6d73ff253ca3ee2cf5817a8e84e5dab Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Wed, 4 Mar 2026 12:18:24 +0000 Subject: [PATCH] Simplify ChangeLog entry Improve readability of the ChangeLog by including only the strictly necessary information. Signed-off-by: David Horstmann --- ChangeLog.d/fix-psa-ffdh-buffer-overflow.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ChangeLog.d/fix-psa-ffdh-buffer-overflow.txt b/ChangeLog.d/fix-psa-ffdh-buffer-overflow.txt index 0c33742bab..16ba993d10 100644 --- a/ChangeLog.d/fix-psa-ffdh-buffer-overflow.txt +++ b/ChangeLog.d/fix-psa-ffdh-buffer-overflow.txt @@ -1,7 +1,3 @@ Security - * Fix a buffer overflow in psa_export_public_key() for FFDH keys. - Previously we calculated the key length and wrote that much data to the - output buffer, regardless of the output buffer length. Fix this by always - checking that the key length is less than the output buffer length before - performing the copy and return PSA_ERROR_BUFFER_TOO_SMALL if the output - buffer is too small. + * Fix a buffer overflow in psa_export_public_key() for FFDH keys when the + output buffer is too small.