Mercurial > emacs
diff src/ChangeLog @ 107257:d8f04397b77a
Fix use of unitialized memory.
* charset.c (load_charset_map_from_file)
(load_charset_map_from_vector): Zero out allocated
charset_map_entries before using them.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Sun, 28 Feb 2010 09:19:31 -0500 |
| parents | 4cce9795bfd4 |
| children | cdeadbfdda61 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Feb 28 12:36:39 2010 +0100 +++ b/src/ChangeLog Sun Feb 28 09:19:31 2010 -0500 @@ -1,3 +1,9 @@ +2010-02-28 Chong Yidong <cyd@stupidchicken.com> + + * charset.c (load_charset_map_from_file) + (load_charset_map_from_vector): Zero out allocated + charset_map_entries before using them. + 2010-02-27 Andreas Schwab <schwab@linux-m68k.org> * w32uniscribe.c (uniscribe_check_otf): Fix length check.
