diff options
| author | Eli Zaretskii | 2010-04-19 15:12:13 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-04-19 15:12:13 +0300 |
| commit | 37dcfea079aea4edbdcf175468f780048ed14a6b (patch) | |
| tree | ecd1a4c9fdde72006b0fa911a55398d3679701be /src/ChangeLog | |
| parent | 98923800997d9cb69d53b5c9a4160e6c2567647b (diff) | |
| download | emacs-37dcfea079aea4edbdcf175468f780048ed14a6b.tar.gz emacs-37dcfea079aea4edbdcf175468f780048ed14a6b.zip | |
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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c0bc876b28c..17915b318ff 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 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. |