commit | 6ea1a95ce831f66793f5db99dbb36e5a11a62618 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Dec 31 11:16:03 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Dec 31 11:17:14 2013 +0100 |
tree | 13dc3cfde696d3a9388e30a1101bafd4200a6126 | |
parent | 5bc07a3d302ce403e98b24d667338c7b07230dec [diff] [blame] |
Added missing MPI_CHK() around some statements
diff --git a/ChangeLog b/ChangeLog index 62cd00c..3617915 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -30,6 +30,8 @@ * 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