aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-07-12 13:29:13 +0300
committerEli Zaretskii2014-07-12 13:29:13 +0300
commitdc47c639f9ba35c80f8d82e5449319df4d395a22 (patch)
treee334ffe9dece9253899ad0314a4c9c32c5c14e38 /src/ChangeLog
parent47f63aa79abed1da90fabd637529d5f8161f84fa (diff)
downloademacs-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/ChangeLog3
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 @@
12014-07-12 Eli Zaretskii <eliz@gnu.org> 12014-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)