Mercurial > emacs
changeset 103569:94291b33e4a6
Reformat 2009-06-23 ChangeLog entry.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 23 Jun 2009 14:14:13 +0000 |
parents | 90878fc8d55d |
children | 21ddc18f8c1b |
files | src/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jun 23 08:27:58 2009 +0000 +++ b/src/ChangeLog Tue Jun 23 14:14:13 2009 +0000 @@ -12,10 +12,9 @@ 2009-06-23 Jim Meyering <meyering@redhat.com> - Don't dereference NULL upon failed malloc and realloc - * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use xmalloc - and xrealloc (not malloc and realloc), so subsequent heap pointer - dereferences are guaranteed to be valid. + * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use + xmalloc and xrealloc (not malloc and realloc), so subsequent heap + pointer dereferences are guaranteed to be valid. 2009-06-23 Kenichi Handa <handa@m17n.org>