From a3e8dd4054ac8e075f5e2ff176b6b7b8c49295d0 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 29 Nov 2022 22:39:44 +0100 Subject: [PATCH] Improve wording, punctuation, etc. Signed-off-by: Gilles Peskine --- ChangeLog.d/fix_build_tls1_2_with_single_encryption_type.txt | 5 ++--- ChangeLog.d/fix_cmake_using_iar_toolchain.txt | 2 +- ChangeLog.d/fix_zeroization.txt | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog.d/fix_build_tls1_2_with_single_encryption_type.txt b/ChangeLog.d/fix_build_tls1_2_with_single_encryption_type.txt index bac491026..c7d269142 100644 --- a/ChangeLog.d/fix_build_tls1_2_with_single_encryption_type.txt +++ b/ChangeLog.d/fix_build_tls1_2_with_single_encryption_type.txt @@ -1,4 +1,3 @@ Bugfix - * Fix bugs and missing dependencies when - building and testing configurations with - only one encryption type enabled in TLS 1.2. + * Fix bugs and missing dependencies when building and testing + configurations with only one encryption type enabled in TLS 1.2. diff --git a/ChangeLog.d/fix_cmake_using_iar_toolchain.txt b/ChangeLog.d/fix_cmake_using_iar_toolchain.txt index ecc09c241..9ec6e0d6b 100644 --- a/ChangeLog.d/fix_cmake_using_iar_toolchain.txt +++ b/ChangeLog.d/fix_cmake_using_iar_toolchain.txt @@ -1,3 +1,3 @@ Bugfix - * Fixed an issue that cause compile error using CMake IAR toolchain. + * Fix a compilation error when using CMake with an IAR toolchain. Fixes #5964. diff --git a/ChangeLog.d/fix_zeroization.txt b/ChangeLog.d/fix_zeroization.txt index ad74d9c59..8b00dcc98 100644 --- a/ChangeLog.d/fix_zeroization.txt +++ b/ChangeLog.d/fix_zeroization.txt @@ -1,3 +1,3 @@ Bugfix - * Fix possible crash in TLS PRF code, if a failure to allocate memory occurs. - Reported by Michael Madsen in #6516. + * Fix a possible null pointer dereference if a memory allocation fails + in TLS PRF code. Reported by Michael Madsen in #6516.