Merge remote-tracking branch 'upstream-public/pr/778' into development-proposed
diff --git a/ChangeLog b/ChangeLog
index dfd34bf..ed2165e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,8 @@
      Nick Wilson on issue #355
    * In test_suite_pk, pass valid parameters when testing for hash length
      overflow. #1179
+   * Fix memory allocation corner cases in memory_buffer_alloc.c module. Found
+     by Guido Vranken. #639
 
 Changes
    * Fix tag lengths and value ranges in the documentation of CCM encryption.