Add header for integer overflow fixes.

This commit is contained in:
Paul Eggert 2011-05-17 17:47:42 -07:00
parent 7025ee0019
commit cdfa6eab5a

View file

@ -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.