Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2008 19:37:16 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet6 icmp6.c
Message-ID:  <200807291937.m6TJbUrt089634@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807291937.m6TJbUrt089634>