aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2013-12-31 11:16:03 +0100
committerPaul Bakker <p.j.bakker@polarssl.org>2013-12-31 11:17:14 +0100
commit6ea1a95ce831f66793f5db99dbb36e5a11a62618 (patch)
tree13dc3cfde696d3a9388e30a1101bafd4200a6126 /ChangeLog
parent5bc07a3d302ce403e98b24d667338c7b07230dec (diff)
downloadmbedtls-6ea1a95ce831f66793f5db99dbb36e5a11a62618.zip
mbedtls-6ea1a95ce831f66793f5db99dbb36e5a11a62618.tar.gz
mbedtls-6ea1a95ce831f66793f5db99dbb36e5a11a62618.tar.bz2
Added missing MPI_CHK() around some statements
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62cd00c..3617915 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,8 @@ Bugfix
* Potential memory leak in ssl_ticket_keys_init()
* Memory leak in benchmark application
* Fixed x509_crt_parse_path() bug on Windows platforms
+ * Added missing MPI_CHK() around some statements in mpi_div_mpi() (found by
+ TrustInSoft)
Security
* Possible remotely-triggered out-of-bounds memory access fixed (found by