mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Clarify potential ambiguity in changelog entry
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
ae25bb043c
commit
251ca25d94
|
|
@ -1,4 +1,4 @@
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix a null pointer dereference when performing some operations on zero
|
* Fix a null pointer dereference when performing some operations on zero
|
||||||
represented with 0 limbs: mbedtls_mpi_mod_int() dividing by 2, or
|
represented with 0 limbs (specifically mbedtls_mpi_mod_int() dividing
|
||||||
mbedtls_mpi_write_string() in base 2.
|
by 2, and mbedtls_mpi_write_string() in base 2).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue