diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-17 12:59:51 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-17 12:59:51 (GMT) |
commit | c4e78e4d418312a283696c16bc9119a0653c50d6 (patch) | |
tree | fc96470e678c1440d12d4e24fd20c93cef928446 /ChangeLog | |
parent | 6a815f3d71ae51d26f0dea29130cc2e899013058 (diff) | |
download | tk-c4e78e4d418312a283696c16bc9119a0653c50d6.zip tk-c4e78e4d418312a283696c16bc9119a0653c50d6.tar.gz tk-c4e78e4d418312a283696c16bc9119a0653c50d6.tar.bz2 |
Try harder to avoid zero-length malloc()s... [Bug 404421]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ to never jump to the end of the switch. I find that confusing as I can't see whether there's processing still to be done from a quick glance at the code, unlike with a direct return. [Bug 771988] + (ImgPhotoCmd, ImgPhotoSetSize, ImgPhotoInstanceSetSize): Try harder + to avoid zero-length mallocs()... [Bug 404421] 2003-07-16 Don Porter <dgp@users.sourceforge.net> |