rwatson     2007-07-27 08:25:02 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         udp6_usrreq.c 
  Log:
  Continue effort to improve parity between UDPv4 and UDPv6: add a missing
  scope security check for the UDPv6 socket credential lookup service,
  allowing security policies to bound access to credential information.
  While not an immediate issue for Jail, which doesn't allow use of UDPv6,
  this may be relevant to other security policies that may wish to control
  ident lookups.
  
  While here, eliminate a very unlikely panic case, in which a socket in
  the process of being freed is inspected by the sysctl.
  
  Approved by:    re (kensmith)
  Reviewed by:    bz
  
  Revision  Changes    Path
  1.80      +10 -6     src/sys/netinet6/udp6_usrreq.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to