From owner-freebsd-net Thu Sep 13 8:29:55 2001 Delivered-To: freebsd-net@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 5E7FE37B405 for ; Thu, 13 Sep 2001 08:29:54 -0700 (PDT) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id EA5793E2F; Thu, 13 Sep 2001 08:29:53 -0700 (PDT) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id DF8293C12E; Thu, 13 Sep 2001 08:29:53 -0700 (PDT) To: mark tinguely Cc: freebsd-net@freebsd.org Subject: Re: tcp_usr_connect In-Reply-To: <200109131458.f8DEwFY12462@web.cs.ndsu.nodak.edu>; from tinguely@web.cs.ndsu.nodak.edu on "Thu, 13 Sep 2001 09:58:15 -0500 (CDT)" Date: Thu, 13 Sep 2001 08:29:48 -0700 From: Dima Dorfman Message-Id: <20010913152953.EA5793E2F@bazooka.unixfreak.org> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org mark tinguely wrote: > > in tcp_usr_connect() and tcp6_usr_connect() in sys/netinet/tcp_usrreq.c > in both FreeBSD 4.3 and -current is there a missing > tp = intotcpcb(inp); > call? It seems from my eyes that "tp" is not initialized. It's initialized in COMMON_START(). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message