diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-25 09:10:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-25 09:10:04 (GMT) |
commit | 2bc412bce298c5df68991269aa88483ad158e108 (patch) | |
tree | c8b1abc8caf5d76271c8345b11be06abafa62927 /ChangeLog | |
parent | b538cddb15fe7c5adca98283566bdd359126e08a (diff) | |
download | tk-2bc412bce298c5df68991269aa88483ad158e108.zip tk-2bc412bce298c5df68991269aa88483ad158e108.tar.gz tk-2bc412bce298c5df68991269aa88483ad158e108.tar.bz2 |
Prevent zero-size malloc() calls. [Bug 2178820]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |