]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the most obvious of the bugs introduced by recent syncache changes
authorkmacy <kmacy@FreeBSD.org>
Sat, 17 Mar 2007 06:40:09 +0000 (06:40 +0000)
committerkmacy <kmacy@FreeBSD.org>
Sat, 17 Mar 2007 06:40:09 +0000 (06:40 +0000)
commitcda4ca63d432e2d817f6749d250d1151784d49c4
treeabc3296aa05022715f541f0311772ff83429ca2a
parentab0a579df3ad0d678101197aa3fcae7a0ffcec0e
Fix the most obvious of the bugs introduced by recent syncache changes

- *ip is not initialized in the case of inet6 connection, but ip->ip_len is
  being changed anyway

Now the question is, why does it think an ipv4 connection is an ipv6 connection?
xemacs still doesn't work over X11 forwarding, but the kernel no longer panics.
sys/netinet/tcp_syncache.c