Mercurial > emacs
diff src/ChangeLog @ 109790:c34b730eb583
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).
author | Jan D <jan.h.d@swipnet.se> |
---|---|
date | Sun, 15 Aug 2010 10:13:02 +0200 |
parents | 300a489dd304 |
children | af075a74e694 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Aug 14 20:04:53 2010 -0400 +++ b/src/ChangeLog Sun Aug 15 10:13:02 2010 +0200 @@ -1,3 +1,8 @@ +2010-08-15 Jan Djärv <jan.h.d@swipnet.se> + + * keyboard.c (parse_tool_bar_item): malloc buf. Set TOOL_BAR_ITEM_LABEL + to empty string if not set to new_lbl (Bug#6855). + 2010-08-14 Eli Zaretskii <eliz@gnu.org> * xterm.c (x_draw_stretch_glyph_string):