comparison src/ChangeLog @ 107899:e4d7764c4cbe

Fix crashes in GC in "emacs -nw". xdisp.c (display_line): Don't write beyond the last glyph row in the desired matrix. Fixes crashes in "emacs -nw", see http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html and http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
author Eli Zaretskii <eliz@gnu.org>
date Mon, 19 Apr 2010 15:12:13 +0300
parents 265966b778f9
children 8cc4089eeeaa 8a09d4206862
comparison
equal deleted inserted replaced
107898:6eae3bc10330 107899:e4d7764c4cbe
1 2010-04-19 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (display_line): Don't write beyond the last glyph row in
4 the desired matrix. Fixes a crash in "emacs -nw", see
5 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
6 and
7 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
8
1 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca> 9 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * alloc.c (Fpurecopy): Hash-cons if requested. 11 * alloc.c (Fpurecopy): Hash-cons if requested.
4 (syms_of_alloc): Update purify-flag docstring. 12 (syms_of_alloc): Update purify-flag docstring.
5 13