diff options
| author | Paul Eggert | 2011-06-21 13:32:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-21 13:32:19 -0700 |
| commit | 2606c57bbfd45c35357483e9fa39035ee8953cab (patch) | |
| tree | d5e520e5bd29a7ba8ddd2cf5d9565921ebb203d4 /src/ChangeLog | |
| parent | 2674ddc8af7c6056f3113709c673773e4a3712b7 (diff) | |
| download | emacs-2606c57bbfd45c35357483e9fa39035ee8953cab.tar.gz emacs-2606c57bbfd45c35357483e9fa39035ee8953cab.zip | |
* xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
(x_session_initialize): Do not assume string length fits in int.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1aafb12e07c..f0752ff8e0c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-06-21 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-21 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen. | ||
| 4 | (x_session_initialize): Do not assume string length fits in int. | ||
| 5 | |||
| 3 | * xsettings.c (apply_xft_settings): Fix potential buffer overrun. | 6 | * xsettings.c (apply_xft_settings): Fix potential buffer overrun. |
| 4 | This is unlikely, but can occur if DPI is outlandish. | 7 | This is unlikely, but can occur if DPI is outlandish. |
| 5 | 8 | ||