1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-28 18:12:46 +08:00
Gilles Peskine 91070e43a6 Fix memory leak in mbedtls_mpi_sub_abs
Fix a memory leak in mbedtls_mpi_sub_abs when the output parameter is
aliased to the second operand (X = A - X) and the result is negative.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-09-30 00:22:37 +02:00
..
2020-08-26 15:28:48 +01:00
2020-09-22 16:19:25 +02:00
2020-08-25 12:01:11 +02:00
2020-08-26 11:38:41 +02:00