From owner-cvs-all@FreeBSD.ORG Sat Mar 17 06:40:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C67B16A400; Sat, 17 Mar 2007 06:40:09 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7649313C44C; Sat, 17 Mar 2007 06:40:09 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2H6e9TU050830; Sat, 17 Mar 2007 06:40:09 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2H6e9Cm050829; Sat, 17 Mar 2007 06:40:09 GMT (envelope-from kmacy) Message-Id: <200703170640.l2H6e9Cm050829@repoman.freebsd.org> From: Kip Macy Date: Sat, 17 Mar 2007 06:40:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2007 06:40:09 -0000 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