diff options
| author | Paul Eggert | 2011-04-03 00:05:43 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-03 00:05:43 -0700 |
| commit | 790771b18cec8904df45088de109b948402827ac (patch) | |
| tree | f11626fcff5709ad577ea9ad5cdc311932a81fd7 /src/ChangeLog | |
| parent | 78834453077412b2280d5418259ac99755950d49 (diff) | |
| download | emacs-790771b18cec8904df45088de109b948402827ac.tar.gz emacs-790771b18cec8904df45088de109b948402827ac.zip | |
* font.c (font_score): Avoid potential overflow in diff calculation.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 02cdc170f5c..49ba5ef3462 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2011-04-03 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars. | 3 | * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars. |
| 4 | (font_score): Avoid potential overflow in diff calculation. | ||
| 4 | 5 | ||
| 5 | * fns.c (substring_both): Remove var that is set but not used. | 6 | * fns.c (substring_both): Remove var that is set but not used. |
| 6 | (sxhash): Redo loop for clarity and to avoid wraparound warning. | 7 | (sxhash): Redo loop for clarity and to avoid wraparound warning. |