diff options
author | hobbs <hobbs> | 2005-04-14 22:39:33 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-04-14 22:39:33 (GMT) |
commit | 9295daaaad625b41892d939729104763a2d2b3ce (patch) | |
tree | b716c4effc24dffe2cbba737a1f97a90f7d300e4 /ChangeLog | |
parent | ce797b74d036be07403642fbc7356d8713572f13 (diff) | |
download | tk-9295daaaad625b41892d939729104763a2d2b3ce.zip tk-9295daaaad625b41892d939729104763a2d2b3ce.tar.gz tk-9295daaaad625b41892d939729104763a2d2b3ce.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 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-04-14 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/tkUnixFont.c (FontMapLoadPage): reorder char[] decls to + avoid possible segv. Minimal fix for [Bug 1122671] + 2005-04-12 Jeff Hobbs <jeffh@ActiveState.com> * library/tkfbox.tcl (::tk::dialog::file::): fix typeMenuLab ref. |