diff options
| author | Paul Eggert | 2011-06-21 10:52:14 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-21 10:52:14 -0700 |
| commit | 2674ddc8af7c6056f3113709c673773e4a3712b7 (patch) | |
| tree | 3afc371fdaf07703f374b5974eb17dcb75eb9153 /src/ChangeLog | |
| parent | aaafe47af10d234df2483bace35336a79736cc8b (diff) | |
| download | emacs-2674ddc8af7c6056f3113709c673773e4a3712b7.tar.gz emacs-2674ddc8af7c6056f3113709c673773e4a3712b7.zip | |
* xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font): Avoid need for strlen.
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 ad84e3271e4..1aafb12e07c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * xsettings.c (apply_xft_settings): Fix potential buffer overrun. | 3 | * xsettings.c (apply_xft_settings): Fix potential buffer overrun. |
| 4 | This is unlikely, but can occur if DPI is outlandish. | 4 | This is unlikely, but can occur if DPI is outlandish. |
| 5 | 5 | ||
| 6 | * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font): | ||
| 6 | * xselect.c (Fx_get_atom_name): Avoid need for strlen. | 7 | * xselect.c (Fx_get_atom_name): Avoid need for strlen. |
| 7 | 8 | ||
| 8 | * xrdb.c: Don't assume strlen fits in int; avoid some strlens. | 9 | * xrdb.c: Don't assume strlen fits in int; avoid some strlens. |