mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 09:25:36 +01:00
8f28c24b4a
Don't try to make the reader guess what a “negative zero” might mean. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
Bugfix
|
|
* mbedtls_mpi_read_string on "-0" produced an MPI object that was not treated
|
|
as equal to 0 in all cases. Fix it to produce the same object as "0".
|