https://bz.apache.org/bugzilla/show_bug.cgi?id=61353
--- Comment #3 from Jeff Lawson <jlawson-apa...@bovine.net> --- It looks like this is the commit that was intended to fix this bug: svn diff -c r1773063 However that commit was to Rivet_EscapeStringCmd, not Rivet_EscapeSgmlCharsCmd. I think Rivet_EscapeStringCmd can safely stay at (origLength * 3 + 1), but Rivet_EscapeSgmlCharsCmd is the one that needs to be (origLength * 6 + 1). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org For additional commands, e-mail: rivet-dev-h...@tcl.apache.org