cvs commit: src/sys/netinet tcp_input.c tcp_subr.c

Sam Leffler sam at FreeBSD.org
Sat Nov 8 14:59:23 PST 2003


sam         2003/11/08 14:59:22 PST

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_subr.c 
  Log:
  o correct locking problem: the inpcb must be held across tcp_respond
  o add assertions in tcp_respond to validate inpcb locking assumptions
  o use local variable instead of chasing pointers in tcp_respond
  
  Supported by:   FreeBSD Foundation
  
  Revision  Changes    Path
  1.213     +3 -3      src/sys/netinet/tcp_input.c
  1.167     +20 -15    src/sys/netinet/tcp_subr.c


More information about the cvs-src mailing list