From 762ad1d61427188c189f601d7315496ca15e9e4f Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Mon, 2 Jan 2012 09:18:58 +0000 Subject: [PATCH] As I came by and noticed add a comment that inp locking is a bit optistic (read: non-existent) here and should be fixed. --- sys/netinet/raw_ip.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index dc7d96578905..d2b841a99a35 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -544,6 +544,8 @@ rip_output(struct mbuf *m, struct socket *so, u_long dst) * * 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)