cvs commit: src/sys/netinet tcp.h tcp_input.c tcp_output.c tcp_syncache.c tcp_var.h

Kip Macy kip.macy at gmail.com
Sun Mar 18 00:30:07 UTC 2007


On 3/17/07, David Malone <dwmalone at maths.tcd.ie> wrote:
> On Fri, Mar 16, 2007 at 11:22:51PM -0700, Kip Macy wrote:
> > It appears that the problem is on line 1229 - you increment ip->ip_len
> > unconditionally, but if its an inet6 connection *ip is NULL. I'll see
> > if I can't fix.  Of course there is another bug her because this isn't
> > an ipv6 connection.
>
> Ssh may be talking to your X server over IPv6.

I realized that later. From reading tor egge's fix that Andre
committed early today, IPv6 checksums were not being done correctly.

                -Kip


More information about the cvs-src mailing list