summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-06-23 22:07:46 (GMT)
committerdas <das>2005-06-23 22:07:46 (GMT)
commit40f516583284ae68380b4b1e3b6442f5adf82e46 (patch)
treed11ce0cf18738720cc3f305468470606846b619e /ChangeLog
parente9a65d0a570eba57cd58420c25cc84640af2883e (diff)
downloadtk-40f516583284ae68380b4b1e3b6442f5adf82e46.zip
tk-40f516583284ae68380b4b1e3b6442f5adf82e46.tar.gz
tk-40f516583284ae68380b4b1e3b6442f5adf82e46.tar.bz2
* generic/tkConsole.c (TkConsolePrint): prevent potential NULL deref.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74450d5..ceeb916 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-06-23 Daniel Steffen <das@users.sourceforge.net>
+ * generic/tkConsole.c (TkConsolePrint): prevent potential NULL deref.
+
* macosx/tkMacOSXDefault.h: change ENTRY_BORDER defaults to from 5 to 2
to make default entry widgets in TkAqua look like in other aqua apps
(and have same border dimensions as other platforms). [Bug 1176610]