From 6d8c02ae83f2b76051135c4e62a84c33ec967037 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 10 May 2002 23:56:06 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 1436945cd2b..c92e4b5cff4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2002-05-11 Kim F. Storm + + * keymap.c (current_minor_maps): Fixed resizing of cmm_maps; + only update cmm_size if realloc actually succeeds. + Testing with initial size of 2 elements revealed that using + realloc on GNU/Linux would cause a random trap in xmalloc + later on, so I rewrote the code to use malloc/bcopy/free instead + of realloc. + 2002-05-10 Jason Rumney * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts. -- 2.39.5