]> git.eshelyaron.com Git - emacs.git/commit
Fix use of unitialized memory.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 28 Feb 2010 14:19:31 +0000 (09:19 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 28 Feb 2010 14:19:31 +0000 (09:19 -0500)
commit412c01b6f0ab2661d5161062eb1d988482ae0d7d
treeeaf028b6f316d71a5659f9ed447a23c82ff365c0
parent00cffdeb90bc80bf9d5cd73e350083573780f742
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.
src/ChangeLog
src/charset.c