From owner-cvs-src@FreeBSD.ORG Sun Mar 18 00:11:51 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A89DA16A401; Sun, 18 Mar 2007 00:11:51 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.freebsd.org (Postfix) with SMTP id 8A47113C465; Sun, 18 Mar 2007 00:11:50 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 17 Mar 2007 19:06:21 +0000 (GMT) Date: Sat, 17 Mar 2007 19:06:20 +0000 From: David Malone To: Kip Macy Message-ID: <20070317190620.GA80596@walton.maths.tcd.ie> References: <200703151559.l2FFxSG7088256@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Andre Oppermann , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp.h tcp_input.c tcp_output.c tcp_syncache.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2007 00:11:51 -0000 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. David.