TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
48223bc19e52a058e4b9c1579a042238cd49d3a8
/
.
/
ChangeLog.d
/
mpi-add-0-ub.txt
blob: 9f131a430028be966e64747de728e48795775366 [
file
] [
log
] [
blame
]
Bugfix
*
Fix
undefined
behavior
(
typically harmless
in
practice
)
of
mbedtls_mpi_add_mpi
(),
mbedtls_mpi_add_abs
()
and
mbedtls_mpi_add_int
()
when
both operands are
0
and
the left operand
is
represented
with
0
limbs
.