From a2b674f9a7b938c0737303c7e7732bae78516883 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Tue, 17 Jan 2023 15:12:25 -0500 Subject: [PATCH] Simplify ChangeLog entry for mbedtls_mpi_sub_abs fix. Signed-off-by: Aaron M. Ucko --- ChangeLog.d/conditionalize-mbedtls_mpi_sub_abs-memcpy.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ChangeLog.d/conditionalize-mbedtls_mpi_sub_abs-memcpy.txt b/ChangeLog.d/conditionalize-mbedtls_mpi_sub_abs-memcpy.txt index 564f9ac1b6..0a90721eaf 100644 --- a/ChangeLog.d/conditionalize-mbedtls_mpi_sub_abs-memcpy.txt +++ b/ChangeLog.d/conditionalize-mbedtls_mpi_sub_abs-memcpy.txt @@ -1,5 +1,4 @@ Bugfix - * Fix mbedtls_mpi_sub_abs() to account for the possibility that the output - pointer could equal the first input pointer and if so to skip a memcpy() - call that would be redundant. Reported by Pascal Cuoq using TrustInSoft - Analyzer in #6701; observed independently by Aaron Ucko under Valgrind. + * Fix potential undefined behavior in mbedtls_mpi_sub_abs(). Reported by + Pascal Cuoq using TrustInSoft Analyzer in #6701; observed independently by + Aaron Ucko under Valgrind.