Fix potential stack underflow in mpi_read_file.

When provided with an empty line, mpi_read_file causes a numeric
underflow resulting in a stack underflow. This commit fixes this and
adds some documentation to mpi_read_file.
This commit is contained in:
Hanno Becker 2017-04-26 11:46:46 +01:00
parent b65c2be5f1
commit b2034b7785
3 changed files with 20 additions and 4 deletions

View file

@ -1,5 +1,12 @@
mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS x.x.x branch released xxxx-xx-xx
Bugfix
* Fix potential stack underflow in mpi_read_file.
Found by Guido Vranken.
= mbed TLS 2.4.2 branch released 2017-03-08
Security