diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d7395f70d11..227da56a250 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-05-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-05-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix some integer overflow issues, such as string length overflow. | ||
| 4 | |||
| 3 | * insdel.c (count_size_as_multibyte): Check for string overflow. | 5 | * insdel.c (count_size_as_multibyte): Check for string overflow. |
| 4 | 6 | ||
| 5 | * character.c (lisp_string_width): Check for string overflow. | 7 | * character.c (lisp_string_width): Check for string overflow. |