svn commit: r229265 - head/sys/netinet

Bjoern A. Zeeb bz at FreeBSD.org
Mon Jan 2 09:18:59 UTC 2012


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)


More information about the svn-src-all mailing list