aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-07-09 14:36:35 +0400
committerDmitry Antipov2014-07-09 14:36:35 +0400
commit205ededbb23f8f1b182d9ae7c01d89b6e67e5736 (patch)
treedc4fd300f19e002117f2d7be8a2772e117f3ec04 /src/ChangeLog
parent876d043fad0062a85ede5ab4f70c2e7f6d0e77ac (diff)
downloademacs-205ededbb23f8f1b182d9ae7c01d89b6e67e5736.tar.gz
emacs-205ededbb23f8f1b182d9ae7c01d89b6e67e5736.zip
* coding.c (ALLOC_CONVERSION_WORK_AREA): Prefer ptrdiff_t to int and
so avoid integer overflow if decoded gap size exceeds INT_MAX bytes.
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 10984d5ce25..fa79ac43bdf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -15,6 +15,9 @@
15 * xfont.c (xfont_open): 15 * xfont.c (xfont_open):
16 * xftfont.c (xftfont_open): All users changed. 16 * xftfont.c (xftfont_open): All users changed.
17 17
18 * coding.c (ALLOC_CONVERSION_WORK_AREA): Prefer ptrdiff_t to int and
19 so avoid integer overflow if decoded gap size exceeds INT_MAX bytes.
20
182014-07-09 Eli Zaretskii <eliz@gnu.org> 212014-07-09 Eli Zaretskii <eliz@gnu.org>
19 22
20 * xdisp.c (move_it_to): Adjust calculation of line_start_x to what 23 * xdisp.c (move_it_to): Adjust calculation of line_start_x to what