https://issues.apache.org/bugzilla/show_bug.cgi?id=56452

--- Comment #2 from Christopher Schultz <ch...@christopherschultz.net> ---
Created attachment 31557
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31557&action=edit
Proposed patch (against mod_jk/trunk)

I have raised the size of buf from 64 to 100 characters. The message looks like
it will need 96 bytes for a complete IPv6 message (e.g.
2001:0db8:0000:0000:0000:ff00:0042:8329:65556 ->
2001:0db8:0000:0000:0000:ff00:0042:8329:65535 + \0), so I just rounded up to
100 bytes.

I've also added proper length-tracking to the buffer and more protection
against overruns.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to