Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
109789:6994dcd2f3fa | 109790:c34b730eb583 |
---|---|
1 2010-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 | |
1 2010-08-14 Eli Zaretskii <eliz@gnu.org> | 6 2010-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): |
4 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display | 9 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display |
5 the cursor on the right edge of the stretch glyph. | 10 the cursor on the right edge of the stretch glyph. |