diff options
| author | Eli Zaretskii | 2010-04-27 22:40:05 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-04-27 22:40:05 +0300 |
| commit | 4fc85283057936715d48842ec8f89ae146b1e8d7 (patch) | |
| tree | aca940c42605f449fc5dfee7b3fef7dbcbb3efe6 /src/ChangeLog | |
| parent | 7482731ab522e6c0667fcf1b60bc9b5c1ba6ffca (diff) | |
| download | emacs-4fc85283057936715d48842ec8f89ae146b1e8d7.tar.gz emacs-4fc85283057936715d48842ec8f89ae146b1e8d7.zip | |
Fix a crash when a display string is continued to the next line.
xdisp.c (set_cursor_from_row): When looping over a display string,
don't overstep the end of the glyph row.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9cabe8de38b..a6a89a4ea3b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-04-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (set_cursor_from_row): Fix a crash when a display string | ||
| 4 | is continued to the next line. | ||
| 5 | |||
| 1 | 2010-04-25 Eli Zaretskii <eliz@gnu.org> | 6 | 2010-04-25 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (set_cursor_from_row): Don't return zero if cursor was | 8 | * xdisp.c (set_cursor_from_row): Don't return zero if cursor was |