-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify ChangeLog entry for mbedtls_mpi_sub_abs fix.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |