Add header for integer overflow fixes.
This commit is contained in:
parent
7025ee0019
commit
cdfa6eab5a
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Fix some integer overflow issues, such as string length overflow.
|
||||
|
||||
* insdel.c (count_size_as_multibyte): Check for string overflow.
|
||||
|
||||
* character.c (lisp_string_width): Check for string overflow.
|
||||
|
|
Loading…
Add table
Reference in a new issue