diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
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 @@ | |||
| 1 | 2011-06-08 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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, |