]> git.eshelyaron.com Git - emacs.git/commit
Potential buffer overrun and uninit variable fixed, bug 6855.
authorJan D <jan.h.d@swipnet.se>
Sun, 15 Aug 2010 08:13:02 +0000 (10:13 +0200)
committerJan D <jan.h.d@swipnet.se>
Sun, 15 Aug 2010 08:13:02 +0000 (10:13 +0200)
commitc25ce9d017f6f82ae27256039d313601735dd998
tree1188e7d1b793b22b752fa410cfe5b98a78bb8cdf
parentc68263b1fd5dc4e5818394ec77368bf11ca2767e
Potential buffer overrun and uninit variable fixed, bug 6855.

* keyboard.c (parse_tool_bar_item): malloc buf.  Set TOOL_BAR_ITEM_LABEL
to empty string if not set to new_lbl (Bug#6855).
src/ChangeLog
src/keyboard.c