From owner-cvs-all Fri Jun 25 16:46:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB28A14DFA; Fri, 25 Jun 1999 16:46:52 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: (from pb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA74919; Fri, 25 Jun 1999 16:46:52 -0700 (PDT) (envelope-from pb@FreeBSD.org) Message-Id: <199906252346.QAA74919@freefall.freebsd.org> From: Pierre Beyssac Date: Fri, 25 Jun 1999 16:46:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk pb 1999/06/25 16:46:51 PDT Modified files: sys/netinet in_pcb.c Log: In in_pcbconnect(), check the return value from in_pcbbind() and exit on errors. If we don't, in_pcbrehash() is called without a preceeding in_pcbinshash(), causing a crash. There are apparently several conditions that could cause the crash; PR misc/12256 is only one of these. PR: misc/12256 Revision Changes Path 1.51 +6 -3 src/sys/netinet/in_pcb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message