From owner-freebsd-net Thu Sep 13 7:58:18 2001 Delivered-To: freebsd-net@freebsd.org Received: from web.cs.ndsu.nodak.edu (web.cs.ndsu.NoDak.edu [134.129.125.7]) by hub.freebsd.org (Postfix) with ESMTP id 7BAA937B40B for ; Thu, 13 Sep 2001 07:58:16 -0700 (PDT) Received: (from tinguely@localhost) by web.cs.ndsu.nodak.edu (8.11.4/8.11.4) id f8DEwFY12462 for freebsd-net@freebsd.org; Thu, 13 Sep 2001 09:58:15 -0500 (CDT) (envelope-from tinguely) Date: Thu, 13 Sep 2001 09:58:15 -0500 (CDT) From: mark tinguely Message-Id: <200109131458.f8DEwFY12462@web.cs.ndsu.nodak.edu> To: freebsd-net@freebsd.org Subject: tcp_usr_connect 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 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. --mark tinguely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message