rwatson     2008-07-29 19:37:16 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         icmp6.c 
  Log:
  SVN rev 180968 on 2008-07-29 19:37:16Z by rwatson
  
  When copying in and out current ICMPv6 filters on a raw IPv6 socket,
  lock the inpcb and use a local stack variable to copy to/from userspace
  so that sooptcopyin()/sooptcopyout() aren't called while holding an
  rwlock.
  
  While here, fix a bug in which a failed sooptcopyin() might lead to
  partially consistent ICMPv6 filters on the socket by not ignoring the
  error returned by sooptcopyin().
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.89      +14 -6     src/sys/netinet6/icmp6.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