Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2007 06:40:09 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_syncache.c
Message-ID:  <200703170640.l2H6e9Cm050829@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kmacy       2007-03-17 06:40:09 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_syncache.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.106     +3 -0      src/sys/netinet/tcp_syncache.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703170640.l2H6e9Cm050829>