diff options
| author | Paul Eggert | 2011-06-21 10:49:46 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-21 10:49:46 -0700 |
| commit | aaafe47af10d234df2483bace35336a79736cc8b (patch) | |
| tree | bc2b5a6ad4347de31a74c3a6763595504cf8ad88 /src/ChangeLog | |
| parent | da3f12b238fbbf4632bdf137b08446b1ee655faf (diff) | |
| download | emacs-aaafe47af10d234df2483bace35336a79736cc8b.tar.gz emacs-aaafe47af10d234df2483bace35336a79736cc8b.zip | |
* xsettings.c (apply_xft_settings): Fix potential buffer overrun.
This is unlikely, but can occur if DPI is outlandish.
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 0c7cac342d9..ad84e3271e4 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 | * xsettings.c (apply_xft_settings): Fix potential buffer overrun. | ||
| 4 | This is unlikely, but can occur if DPI is outlandish. | ||
| 5 | |||
| 3 | * xselect.c (Fx_get_atom_name): Avoid need for strlen. | 6 | * xselect.c (Fx_get_atom_name): Avoid need for strlen. |
| 4 | 7 | ||
| 5 | * xrdb.c: Don't assume strlen fits in int; avoid some strlens. | 8 | * xrdb.c: Don't assume strlen fits in int; avoid some strlens. |