From: Ivan Maidanski Date: Thu, 15 Mar 2012 15:57:45 +0000 (+0400) Subject: Update AUTHORS and ChangeLog files X-Git-Tag: gc7_3alpha2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a64ce40d03458f141b2609f8760b9ecc65b95c4;p=platform%2Fupstream%2Flibgc.git Update AUTHORS and ChangeLog files --- diff --git a/AUTHORS b/AUTHORS index 5c70889..c3b9e21 100644 --- a/AUTHORS +++ b/AUTHORS @@ -316,6 +316,7 @@ Walter Bright Walter Underwood Wilson Ho Wink Saville +Xi Wang Xiaokun Zhu Yannis Bres Zhong Shao diff --git a/ChangeLog b/ChangeLog index cfc3859..7a37358 100644 --- a/ChangeLog +++ b/ChangeLog @@ -109,6 +109,7 @@ * 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.