]> git.eshelyaron.com Git - emacs.git/commitdiff
Add header for integer overflow fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 May 2011 00:47:42 +0000 (17:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 May 2011 00:47:42 +0000 (17:47 -0700)
src/ChangeLog

index d7395f70d113c121e13ae446bf67a9001c20835b..227da56a250dcb0ccde02b13b3c6a0cc5222702b 100644 (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.