mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
Mention potential integer overflow problems.
This commit is contained in:
parent
14f04e6b49
commit
bbf47d44bf
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* 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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue