-  Fixed potential heap corruption in x509_name allocation

diff --git a/ChangeLog b/ChangeLog
index 790ac41..c1be440 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,7 @@
 Bugfix
    * Fixed handling error in mpi_cmp_mpi() on longer B values (found by
      Hui Dong)
+   * Fixed potential heap corruption in x509_name allocation
 
 Security
    * Fixed potential memory corruption on miscrafted client messages (found by