| Gilles Peskine | db14a9d | 2022-11-15 22:59:00 +0100 | [diff] [blame] | 1 | Bugfix |
| 2 | * Fix undefined behavior (typically harmless in practice) of | ||||
| 3 | mbedtls_mpi_add_mpi(), mbedtls_mpi_add_abs() and mbedtls_mpi_add_int() | ||||
| 4 | when both operands are 0 and the left operand is represented with 0 limbs. | ||||