mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
Simplify ChangeLog entry for mbedtls_mpi_sub_abs fix.
Signed-off-by: Aaron M. Ucko <ucko@ncbi.nlm.nih.gov>
This commit is contained in:
parent
af67d2c1cf
commit
a2b674f9a7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user