aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 96e6741f11f..8ec648e71cf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,6 +6,11 @@
6 Calculate buffer size correctly for out-of-range radices. 6 Calculate buffer size correctly for out-of-range radices.
7 (read1): Check for integer overflow in radices, and in 7 (read1): Check for integer overflow in radices, and in
8 read-circle numbers. 8 read-circle numbers.
9 (read_escape): Avoid int overflow.
10 (Fload, openp, read_buffer_size, read1)
11 (substitute_object_recurse, read_vector, read_list, map_obarray):
12 Use ptrdiff_t, not int, for sizes.
13 (read1): Use EMACS_INT, not int, for sizes.
9 14
10 * image.c (cache_image): Check for size arithmetic overflow. 15 * image.c (cache_image): Check for size arithmetic overflow.
11 16