cvs commit: src/sys/netinet tcp_input.c

Robert Watson rwatson at FreeBSD.org
Thu Sep 25 17:26:58 UTC 2008


rwatson     2008-09-25 17:26:54 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c 
  Log:
  SVN rev 183356 on 2008-09-25 17:26:54Z by rwatson
  
  As a follow-on to r183323, correct another case where ip_output() was
  called without an inpcb pointer despite holding the tcbinfo global
  lock, which lead to a deadlock or panic when ipfw tried to further
  acquire it recursively.
  
  Reported by:    Stefan Ehmann <shoesoft at gmx dot net>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.383     +17 -1     src/sys/netinet/tcp_input.c


More information about the cvs-src mailing list