-
More digging, looks like I'm mistaken about this one too, since it calls inflate again with remaining input the next time Tcl_ZlibStreamGet() is called (added debugging output when it pops another itemObj out of inData). oi2n0g16.png is getting errors during inflation for some other reason.
2008-12-28 17:20:12 UTC in Tcl
-
Sorry, misread--it should be decremented through zsh->currentInput.
2008-12-28 17:13:16 UTC in Tcl
-
The itemObj popped out of inData by Tcl_ZlibStreamGet() has its reference count incremented before popping, but it is never decremented.
2008-12-28 17:10:14 UTC in Tcl
-
When using the streaming APIs for inflation, Tcl_ZlibStreamGet() pops a chunk of input out of inData and feeds it into inflate(). It doesn't check that all of the data is consumed by inflate() or push unprocessed data back into inData, which causes the remaining unprocessed input from that chunk to be lost.
This will happen especially when reading from the stream in smaller chunks than are...
2008-12-28 16:51:07 UTC in Tcl
-
With version 2.2.5,
$w column configure $column $opt
(that is, no value to go with the option) will crash if $opt is not a recognized option (though it may take a few times and give garbage results before it does).
It looks like the most likely cause is TreeColumnCmd() will jump to errorExit when Tk_GetOptionInfo() fails, which calls TreeColumnList_Free(&columns), but the columns...
2008-07-20 12:16:36 UTC in TkTreeCtrl
-
I don't have an x86_64 linux system set up just at the moment, but we recently acquired a server that'll support it and I'm working on setting up a bunch of virtual machines (x86_64 linux to be included), so I'll take a look when that gets set up.
Offhand, though, this looks more to be an issue with how the milter library was built than the tclmilter wrapper. tclmilter needs to be (and is...
2008-04-11 06:09:57 UTC in TclMilter
-
muonics committed patchset 8 of module tclmilter to the TclMilter CVS repository, changing 33 files.
2008-03-29 17:02:23 UTC in TclMilter
-
muonics committed patchset 25 of module tkpng to the TkPNG CVS repository, changing 5 files.
2008-03-26 01:36:50 UTC in TkPNG
-
muonics committed patchset 24 of module tkpng to the TkPNG CVS repository, changing 2 files.
2008-03-26 01:33:30 UTC in TkPNG
-
The CVS version should not have the issue. I will get a new download releases posted soon.
2008-03-25 02:57:20 UTC in TkPNG