aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6cf45e5d2aa..1e9cf82d1ac 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -13,6 +13,7 @@
13 (substitute_object_recurse, read_vector, read_list, map_obarray): 13 (substitute_object_recurse, read_vector, read_list, map_obarray):
14 Use ptrdiff_t, not int, for sizes. 14 Use ptrdiff_t, not int, for sizes.
15 (read1): Use EMACS_INT, not int, for sizes. 15 (read1): Use EMACS_INT, not int, for sizes.
16 Check for size overflow.
16 17
17 * image.c (cache_image): Check for size arithmetic overflow. 18 * image.c (cache_image): Check for size arithmetic overflow.
18 19