projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f04e6
)
Mention potential integer overflow problems.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 9 Apr 2011 22:34:58 +0000
(15:34 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 9 Apr 2011 22:34:58 +0000
(15:34 -0700)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index a979af1050dfe9d698b43d1105b768bf45ddab4f..be3925c088eac37ac50f7f01c55bd19aece50c5e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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.