aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-08 10:48:26 -0700
committerPaul Eggert2011-06-08 10:48:26 -0700
commit86f61a158aea8dead5a0836a919a0ce501d3bcf7 (patch)
tree8944f7ffdc459c2b7516df2ecad66d68a127c921 /src/ChangeLog
parentc78baabfc2e52a99d85d2e28f8f67d75e4d93778 (diff)
downloademacs-86f61a158aea8dead5a0836a919a0ce501d3bcf7.tar.gz
emacs-86f61a158aea8dead5a0836a919a0ce501d3bcf7.zip
* alloc.c (allocate_vectorlike): Check for ptrdiff_t overflow.
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 6da301c9d07..e2b1b294968 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,7 @@
12011-06-08 Paul Eggert <eggert@cs.ucla.edu> 12011-06-08 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int. 3 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
4 (allocate_vectorlike): Check for ptrdiff_t overflow.
4 5
5 * alloc.c: Catch some string size overflows that we were missing. 6 * alloc.c: Catch some string size overflows that we were missing.
6 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0, 7 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,