diff options
| author | Dmitry Antipov | 2014-09-16 15:43:49 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-09-16 15:43:49 +0400 |
| commit | 3e67a981c4f45cf960a93e31010253b33bcdbaf5 (patch) | |
| tree | bbae14abf04e5443af7644b89ed5c60d69971af1 /src/ChangeLog | |
| parent | b98b1a831bcfc89f038cbb8048c6969d8c73ab28 (diff) | |
| download | emacs-3e67a981c4f45cf960a93e31010253b33bcdbaf5.tar.gz emacs-3e67a981c4f45cf960a93e31010253b33bcdbaf5.zip | |
Avoid more integer overflows on string size calculations.
* category.c (Fmake_category_set):
* xdisp.c (get_overlay_arrow_glyph_row):
* w32font.c (intern_font_name): Prefer ptrdiff_t to int.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a920ac1b970..2d5de9be5d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -16,6 +16,11 @@ | |||
| 16 | (x_clipboard_manager_save_all): | 16 | (x_clipboard_manager_save_all): |
| 17 | * xterm.c (x_term_init): Use build_local_string. | 17 | * xterm.c (x_term_init): Use build_local_string. |
| 18 | 18 | ||
| 19 | Avoid more integer overflows on string size calculations. | ||
| 20 | * category.c (Fmake_category_set): | ||
| 21 | * xdisp.c (get_overlay_arrow_glyph_row): | ||
| 22 | * w32font.c (intern_font_name): Prefer ptrdiff_t to int. | ||
| 23 | |||
| 19 | 2014-09-15 Eli Zaretskii <eliz@gnu.org> | 24 | 2014-09-15 Eli Zaretskii <eliz@gnu.org> |
| 20 | 25 | ||
| 21 | * sound.c [WINDOWSNT]: Include w32common.h and mbstring.h. | 26 | * sound.c [WINDOWSNT]: Include w32common.h and mbstring.h. |