Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Apr 18 22:32:47 2010 -0400 +++ b/src/ChangeLog Mon Apr 19 15:12:13 2010 +0300 @@ -1,3 +1,11 @@ +2010-04-19 Eli Zaretskii <eliz@gnu.org> + + * xdisp.c (display_line): Don't write beyond the last glyph row in + the desired matrix. Fixes a crash 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 + 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca> * alloc.c (Fpurecopy): Hash-cons if requested.