From 0a1643fa4cf7cbc31d87a04ae14fd94eefde4a28 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 7 Jun 2012 23:01:35 +0400 Subject: [PATCH 7/9] Update ChangeLog --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9ff7086..01bb822 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2012-06-07 Ivan Maidanski + + * dyn_load.c (GC_register_dynamic_libraries): If GC_scratch_alloc + fails (returns null) then abort (with the appropriate message) instead + of causing SEGV. + * os_dep.c (GC_dirty_init): Likewise. + * headers.c (GC_init_headers): Report error and exit if + GC_scratch_alloc fails. + * include/private/gc_priv.h (GC_scratch_alloc): Improve comment. + * os_dep.c (GC_print_address_map): If GC_get_maps return null then + print the appropriate message (instead of passing null to GC_err_puts + thus causing SEGV). + 2012-06-02 Ivan Maidanski * include/private/gc_priv.h (GC_push_all, GC_push_other_roots): -- 1.7.10.2