diff options
| author | Eli Zaretskii | 2014-07-12 13:29:13 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-07-12 13:29:13 +0300 |
| commit | dc47c639f9ba35c80f8d82e5449319df4d395a22 (patch) | |
| tree | e334ffe9dece9253899ad0314a4c9c32c5c14e38 /src/ChangeLog | |
| parent | 47f63aa79abed1da90fabd637529d5f8161f84fa (diff) | |
| download | emacs-dc47c639f9ba35c80f8d82e5449319df4d395a22.tar.gz emacs-dc47c639f9ba35c80f8d82e5449319df4d395a22.zip | |
Attempt to fix bug #17962 with SIGSEGV in display_line.
src/xdisp.c (display_line): Don't call FETCH_BYTE with argument less than 1.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 493bcde7418..9051d37fcef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-07-12 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-07-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (display_line): Don't call FETCH_BYTE with argument less | ||
| 4 | than 1. (Bug#17962) | ||
| 5 | |||
| 3 | * w32fns.c (Fx_file_dialog): Mention in the doc string the | 6 | * w32fns.c (Fx_file_dialog): Mention in the doc string the |
| 4 | behavior on Windows 7 and later when the function is repeatedly | 7 | behavior on Windows 7 and later when the function is repeatedly |
| 5 | invoked with the same value of DIR. (Bug#17950) | 8 | invoked with the same value of DIR. (Bug#17950) |