diff options
| author | Paul Eggert | 2011-04-05 13:26:55 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-05 13:26:55 -0700 |
| commit | f390e2d53a670e4ebcb6b73f4baeaf792f46c112 (patch) | |
| tree | fc9abeff47b869176ae493059089f4f90eb409aa /src/ChangeLog | |
| parent | 42eea0d01a839d6bd024a13577d16108696e11e4 (diff) | |
| download | emacs-f390e2d53a670e4ebcb6b73f4baeaf792f46c112.tar.gz emacs-f390e2d53a670e4ebcb6b73f4baeaf792f46c112.zip | |
* xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 99cdde19234..282b41afd3c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | Fix more problems found by GCC 4.6.0's static checks. | 3 | Fix more problems found by GCC 4.6.0's static checks. |
| 4 | 4 | ||
| 5 | * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats. | ||
| 6 | |||
| 5 | * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats. | 7 | * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats. |
| 6 | 8 | ||
| 7 | * fns.c (Fstring_to_unibyte): Don't rely on undefined behavior | 9 | * fns.c (Fstring_to_unibyte): Don't rely on undefined behavior |