aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 680b72bc424..ea12313667f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -12,10 +12,9 @@
12 12
132009-06-23 Jim Meyering <meyering@redhat.com> 132009-06-23 Jim Meyering <meyering@redhat.com>
14 14
15 Don't dereference NULL upon failed malloc and realloc 15 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use
16 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use xmalloc 16 xmalloc and xrealloc (not malloc and realloc), so subsequent heap
17 and xrealloc (not malloc and realloc), so subsequent heap pointer 17 pointer dereferences are guaranteed to be valid.
18 dereferences are guaranteed to be valid.
19 18
202009-06-23 Kenichi Handa <handa@m17n.org> 192009-06-23 Kenichi Handa <handa@m17n.org>
21 20