aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering2011-01-31 08:34:45 +0100
committerJim Meyering2011-01-31 08:34:45 +0100
commit546961a9897bbe76c6c154e4fcb9d8bfe3dc2a2b (patch)
tree779c4d0c712c992ebdb3bbf7c8ca5df7da141374 /src/ChangeLog
parent32a400d4e1493022442ff76761c24924937e7dad (diff)
downloademacs-546961a9897bbe76c6c154e4fcb9d8bfe3dc2a2b.tar.gz
emacs-546961a9897bbe76c6c154e4fcb9d8bfe3dc2a2b.zip
charset.c (load_charset_map): Don't deref NULL on failed malloc.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 393223c0802..63ea7c29bf4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-01-31 Jim Meyering <meyering@redhat.com>
2
3 * charset.c (load_charset_map): Don't deref NULL on failed malloc.
4 Use xmalloc rather than malloc.
5
12011-01-30 Paul Eggert <eggert@cs.ucla.edu> 62011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 strftime: import from gnulib 8 strftime: import from gnulib