Date: Fri, 22 May 2015 19:53:50 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 200361] net.inet.tcp.hostcache.list is jail information leak Message-ID: <bug-200361-8-h2DpABph2C@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-200361-8@https.bugs.freebsd.org/bugzilla/> References: <bug-200361-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200361 --- Comment #2 from Marcus Reid <marcus@blazingdot.com> --- /usr/src/sys/netinet/tcp_hostcache.c:612:35: error: incomplete definition of type 'struct thread' if (jailed_without_vnet(curthread->td_cred) != 0) ~~~~~~~~~^ /usr/src/sys/sys/systm.h:165:8: note: forward declaration of 'struct thread' struct thread; ^ 1 error generated. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200361-8-h2DpABph2C>