mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-09 21:40:43 +00:00
6 lines
298 B
Plaintext
6 lines
298 B
Plaintext
Bugfix
|
|
* Fix a memory leak in mbedtls_mpi_sub_abs() when the result was negative
|
|
(an error condition) and the second operand was aliased to the result.
|
|
* Fix a case in elliptic curve arithmetic where an out-of-memory condition
|
|
could go undetected, resulting in an incorrect result.
|