summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-04-12 22:05:47 (GMT)
committerhobbs <hobbs>2005-04-12 22:05:47 (GMT)
commit3de4730248bd7d239f2b144ed23a5a401e07325b (patch)
tree289c59c353186753a952ad9d5250f81176d918ea /ChangeLog
parent017911bb13eafd3464423c353ca5d29799dd1bbb (diff)
downloadtk-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d974f05..87c1113 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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