mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Don't try to make the reader guess what a “negative zero” might mean. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
3 lines
163 B
Text
3 lines
163 B
Text
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".
|