cvs commit: src/sys/netinet6 in6_pcb.c
    Olivier Houchard 
    cognet at FreeBSD.org
       
    Mon Jun 16 17:31:31 PDT 2003
    
    
  
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
    
    
More information about the cvs-all
mailing list