Date: Mon, 28 Oct 2024 19:30:48 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 218687] use uninitialized fields of struct inpcb Message-ID: <bug-218687-7501-LahIf6mA4i@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-218687-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-218687-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=3D218687 Mark Johnston <markj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Overcome By Events Status|New |Closed CC| |markj@FreeBSD.org --- Comment #1 from Mark Johnston <markj@FreeBSD.org> --- Sorry that this patch didn't get any attention before. The inp_rtu field is gone now. The inpcb lock is initialized in the zone initializer, where memory is guaranteed to be zeroed by UMA. So, this patch isn't needed today. We now have KMSAN, which helps catch such bugs very easily. --=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-218687-7501-LahIf6mA4i>