- Fixed potential memory corruption on miscrafted client messages (found by Frama-C team at CEA LIST)
diff --git a/ChangeLog b/ChangeLog
index 5849ceb..dd07b0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,10 @@
* Fixed handling error in mpi_cmp_mpi() on longer B values (found by
Hui Dong)
+Security
+ * Fixed potential memory corruption on miscrafted client messages (found by
+ Frama-C team at CEA LIST)
+
= Version 1.1.1 released on 2012-01-23
Bugfix
* Check for failed malloc() in ssl_set_hostname() and x509_get_entries()