cvs commit: src/sys/contrib/pf/net pf.c pfvar.h

Max Laier mlaier at FreeBSD.org
Sat Aug 6 01:54:11 GMT 2005


mlaier      2005-08-06 01:54:11 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/contrib/pf/net   pf.c pfvar.h 
  Log:
  MFC: pf.c, 1.35 pfvar.h, 1.12
  
    Prevent a race condition.  As pf_send_tcp() - called for expired synproxy
    states - has to drop the lock when calling back to ip_output(), the state
    purge timeout might run and gc the state. This results in a rb-tree
    inconsistency.  With this change we flag expiring states while holding the
    lock and back off if the flag is already set.
  
    Reported by:  glebius
  
  Revision   Changes    Path
  1.18.2.10  +3 -1      src/sys/contrib/pf/net/pf.c
  1.8.2.3    +3 -0      src/sys/contrib/pf/net/pfvar.h


More information about the cvs-all mailing list