mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 12:55:38 +01:00
Explain the problem in more concrete terms
Don't try to make the reader guess what a “negative zero” might mean. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
fd4fab0b24
commit
8f28c24b4a
@ -1,3 +1,3 @@
|
|||||||
Bugfix
|
Bugfix
|
||||||
* Fix mbedtls_mpi_read_string on "-0" returning a ``negative zero'' object,
|
* mbedtls_mpi_read_string on "-0" produced an MPI object that was not treated
|
||||||
which the library does fully consistently treat as equal to zero.
|
as equal to 0 in all cases. Fix it to produce the same object as "0".
|
||||||
|
Loading…
Reference in New Issue
Block a user