summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-03-25 09:06:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-03-25 09:06:58 (GMT)
commit6e45c77b9e39f3821b86a7d767a179e1f8275984 (patch)
treea954daab606c8455e8c20c342a0f9366c725602b /ChangeLog
parent5a47ee4e3f63fa9f40d1b964b9c1eb1ab7e9480d (diff)
downloadtk-6e45c77b9e39f3821b86a7d767a179e1f8275984.zip
tk-6e45c77b9e39f3821b86a7d767a179e1f8275984.tar.gz
tk-6e45c77b9e39f3821b86a7d767a179e1f8275984.tar.bz2
Prevent zero-size malloc() calls. [Bug 2178820]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7b27d0..0b895dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-03-25 Donal K. Fellows <dkf@users.sf.net>
+ * generic/ttk/ttkTheme.c (BuildOptionMap, NewElementClass):
+ [Bug 2178820]: Ensure that zero-size allocations don't happen; some
+ malloc implementations don't like it at all.
+
* win/wish.exe.manifest.in: [Bug 1871101]: Add magic to make Tk not be
blurred on Vista with large fonts.