Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2012 09:18:59 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r229265 - head/sys/netinet
Message-ID:  <201201020918.q029Ix5E056984@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Mon Jan  2 09:18:58 2012
New Revision: 229265
URL: http://svn.freebsd.org/changeset/base/229265

Log:
  As I came by and noticed add a comment that inp locking is a bit optistic
  (read: non-existent) here and should be fixed.

Modified:
  head/sys/netinet/raw_ip.c

Modified: head/sys/netinet/raw_ip.c
==============================================================================
--- head/sys/netinet/raw_ip.c	Mon Jan  2 04:47:38 2012	(r229264)
+++ head/sys/netinet/raw_ip.c	Mon Jan  2 09:18:58 2012	(r229265)
@@ -544,6 +544,8 @@ rip_output(struct mbuf *m, struct socket
  *
  * When adding new socket options here, make sure to add access control
  * checks here as necessary.
+ *
+ * XXX-BZ inp locking?
  */
 int
 rip_ctloutput(struct socket *so, struct sockopt *sopt)



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