From: Ivan Maidanski Date: Thu, 15 Mar 2012 15:49:53 +0000 (+0400) Subject: Update ChangeLog X-Git-Tag: gc7_2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62d1696b552e679e79769459222478ed6193e9b1;p=gc Update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 61370c6d..1e1e24b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2012-03-15 Xi Wang + + * malloc.c (GC_generic_malloc): Check if the allocation size is + rounded to a smaller value. + * mallocx.c (GC_generic_malloc_ignore_off_page): Likewise. + +2012-03-15 Xi Wang + + * malloc.c (calloc): Check multiplication overflow in calloc(), + assuming REDIRECT_MALLOC. + 2012-03-06 Ivan Maidanski * include/private/gc_priv.h (GC_print_stats): Update the comment.