summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-03-25 09:10:04 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-03-25 09:10:04 (GMT)
commit2bc412bce298c5df68991269aa88483ad158e108 (patch)
treec8b1abc8caf5d76271c8345b11be06abafa62927 /ChangeLog
parentb538cddb15fe7c5adca98283566bdd359126e08a (diff)
downloadtk-2bc412bce298c5df68991269aa88483ad158e108.zip
tk-2bc412bce298c5df68991269aa88483ad158e108.tar.gz
tk-2bc412bce298c5df68991269aa88483ad158e108.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 e7a4cdc..b405c97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-03-25 Donal K. Fellows <dkf@users.sf.net>
+ * generic/ttk/ttkTheme.c (BuildOptionMap, NewElementImpl):
+ [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.