Update AUTHORS and ChangeLog files
authorIvan Maidanski <ivmai@mail.ru>
Thu, 15 Mar 2012 15:57:45 +0000 (19:57 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 15 Mar 2012 15:57:45 +0000 (19:57 +0400)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index 5c70889..c3b9e21 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -316,6 +316,7 @@ Walter Bright
 Walter Underwood
 Wilson Ho
 Wink Saville
+Xi Wang <xi.wang@gmail.com>
 Xiaokun Zhu <xiaokun@aero.gla.ac.uk>
 Yannis Bres
 Zhong Shao
index cfc3859..7a37358 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 * Fix GC_restart_handler to preserve errno if needed.
 * Fix GC_root_size update in GC_add_roots_inner (Win32).
 * Fix GC_unregister_my_thread to ensure no ongoing incremental GC (Win32).
+* Fix calloc, GC_generic_malloc to check for allocation size overflows.
 * Fix compiler warning in GC_dyld_image_add/remove (Darwin).
 * Fix configure --enable-cplusplus make install.
 * Fix configure to disable GCC aliasing optimization unless forced to.