]> git.eshelyaron.com Git - emacs.git/commitdiff
Reformat 2009-06-23 ChangeLog entry.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 23 Jun 2009 14:14:13 +0000 (14:14 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 23 Jun 2009 14:14:13 +0000 (14:14 +0000)
src/ChangeLog

index 680b72bc42447d096e245821d588eee4d410949b..ea12313667fbb0ed78008365be0c63458d34700f 100644 (file)
 
 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>