From: Paul Eggert Date: Sat, 9 Apr 2011 22:34:58 +0000 (-0700) Subject: Mention potential integer overflow problems. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~356^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbf47d44bf46c0cd216119a4bf3fefabd3e53e20;p=emacs.git Mention potential integer overflow problems. --- diff --git a/src/ChangeLog b/src/ChangeLog index a979af1050d..be3925c088e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2011-04-09 Paul Eggert - * charset.c (load_charset_map): <, not <=, for optimization. + * charset.c (load_charset_map): <, not <=, for optimization, + and to avoid potential problems with integer overflow. * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise. * casetab.c (set_identity, shuffle): Likewise.