bz          2008-08-23 14:22:12 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_syncache.c 
  Log:
  SVN rev 182056 on 2008-08-23 14:22:12Z by bz
  
  Cache the cred locally in _syncache_add() while holding the locks, so
  we can be sure that it's valid.
  In case we abort early free it again else put it into the syncache.
  
  We need the cred in the syncache to be able to restrict what will be
  exportet by the sysctl helper function syncache_pcblist() (to netstat)
  within jails.
  
  PR:             kern/126493
  Reviewed by:    rwatson (earlier versions)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.154     +12 -0     src/sys/netinet/tcp_syncache.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to