Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2003 17:31:30 -0700 (PDT)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet6 in6_pcb.c
Message-ID:  <200306170031.h5H0VUDL019801@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cognet      2003/06/16 17:31:30 PDT

  FreeBSD src repository

  Modified files:
    sys/netinet6         in6_pcb.c 
  Log:
  Do not attempt to access to inp_socket fields if the socket is in the TIME_WAIT
  state, as inp_socket will then be NULL. This fixes a panic that occurs when one
  tries to bind a port that was previously binded with remaining TIME_WAIT
  sockets.
  
  Revision  Changes    Path
  1.37      +38 -13    src/sys/netinet6/in6_pcb.c



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