aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan D2010-08-15 10:13:02 +0200
committerJan D2010-08-15 10:13:02 +0200
commitc25ce9d017f6f82ae27256039d313601735dd998 (patch)
tree1188e7d1b793b22b752fa410cfe5b98a78bb8cdf /src/ChangeLog
parentc68263b1fd5dc4e5818394ec77368bf11ca2767e (diff)
downloademacs-c25ce9d017f6f82ae27256039d313601735dd998.tar.gz
emacs-c25ce9d017f6f82ae27256039d313601735dd998.zip
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).
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 7c76e905c42..316487359cb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-08-15 Jan Djärv <jan.h.d@swipnet.se>
2
3 * keyboard.c (parse_tool_bar_item): malloc buf. Set TOOL_BAR_ITEM_LABEL
4 to empty string if not set to new_lbl (Bug#6855).
5
12010-08-14 Eli Zaretskii <eliz@gnu.org> 62010-08-14 Eli Zaretskii <eliz@gnu.org>
2 7
3 * xterm.c (x_draw_stretch_glyph_string): 8 * xterm.c (x_draw_stretch_glyph_string):