diff options
author | hobbs <hobbs> | 2005-04-12 22:05:47 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-04-12 22:05:47 (GMT) |
commit | 3de4730248bd7d239f2b144ed23a5a401e07325b (patch) | |
tree | 289c59c353186753a952ad9d5250f81176d918ea /ChangeLog | |
parent | 017911bb13eafd3464423c353ca5d29799dd1bbb (diff) | |
download | tk-3de4730248bd7d239f2b144ed23a5a401e07325b.zip tk-3de4730248bd7d239f2b144ed23a5a401e07325b.tar.gz tk-3de4730248bd7d239f2b144ed23a5a401e07325b.tar.bz2 |
* unix/tkUnixFont.c (FontMapLoadPage): reorder char[] decls to
avoid possible segv. Minimal fix for [Bug 1122671]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2005-04-12 Jeff Hobbs <jeffh@ActiveState.com> + * unix/tkUnixFont.c (FontMapLoadPage): reorder char[] decls to + avoid possible segv. Minimal fix for [Bug 1122671] + * library/tkfbox.tcl (::tk::dialog::file::): fix typeMenuLab ref. Add undoc'd ::tk::dialog::file::showHiddenBtn var (default 0) that will add a "Show Hidden" checkbutton to tk_get*File and |