cvs commit: src/sys/netinet tcp_usrreq.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Apr 4 13:14:56 PDT 2004


pjd         2004/04/04 13:14:55 PDT

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_usrreq.c 
  Log:
  Fix a panic possibility caused by returning without releasing locks.
  It was fixed by moving problemetic checks, as well as checks that
  doesn't need locking before locks are acquired.
  
  Submitted by:           Ryan Sommers <ryans at gamersimpact.com>
  In co-operation with:   cperciva, maxim, mlaier, sam
  Tested by:              submitter (previous patch), me (current patch)
  Reviewed by:            cperciva, mlaier (previous patch), sam (current patch)
  Approved by:            sam
  Dedicated to:           enough!
  
  Revision  Changes    Path
  1.99      +26 -37    src/sys/netinet/tcp_usrreq.c


More information about the cvs-src mailing list