Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 1999 16:46:52 -0700 (PDT)
From:      Pierre Beyssac <pb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet in_pcb.c
Message-ID:  <199906252346.QAA74919@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906252346.QAA74919>