diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-25 09:06:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-25 09:06:58 (GMT) |
commit | 6e45c77b9e39f3821b86a7d767a179e1f8275984 (patch) | |
tree | a954daab606c8455e8c20c342a0f9366c725602b /ChangeLog | |
parent | 5a47ee4e3f63fa9f40d1b964b9c1eb1ab7e9480d (diff) | |
download | tk-6e45c77b9e39f3821b86a7d767a179e1f8275984.zip tk-6e45c77b9e39f3821b86a7d767a179e1f8275984.tar.gz tk-6e45c77b9e39f3821b86a7d767a179e1f8275984.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, 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. |