Date: Tue, 08 Jan 2019 01:04:52 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 219472] Out of bounds access in vlan Message-ID: <bug-219472-7501-PYq08cMgx4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219472-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-219472-7501@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=3D219472 --- Comment #1 from Mark Johnston <markj@FreeBSD.org> --- vlan(4) doesn't even export the struct ifv_linkmib structure to userspace. = It never has, as far as I can see, and all other uses of if_linkmib use it to export standard MIBs to userspace. I think it's a mistake that vlan(4) sets if_linkmib to begin with. It's also worth nothing that no modern drivers set if_linkmib, so the IFDATA_LINKSPECIFIC interface is effectively obsolete. --=20 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-219472-7501-PYq08cMgx4>