diff options
| author | Paul Eggert | 2011-05-17 17:47:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-17 17:47:42 -0700 |
| commit | cdfa6eab5acbc53707e216db97d2e8ede0729843 (patch) | |
| tree | 859869212a3f2a893cfa0fc339bffec16f6c05b0 /src | |
| parent | 7025ee00190a709853bf5b809bf86148efda3bc7 (diff) | |
| download | emacs-cdfa6eab5acbc53707e216db97d2e8ede0729843.tar.gz emacs-cdfa6eab5acbc53707e216db97d2e8ede0729843.zip | |
Add header for integer overflow fixes.
Diffstat (limited to 'src')
| -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. |