From: Paul Eggert Date: Sat, 9 Apr 2011 22:34:58 +0000 (-0700) Subject: Mention potential integer overflow problems. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~1945^2~8 X-Git-Url: https://dgit.raspbian.org/?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.