[Bug 218687] use uninitialized fields of struct inpcb

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218687

Mark Johnston <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Overcome By Events
             Status|New                         |Closed
                 CC|                            |[email protected]

--- Comment #1 from Mark Johnston <[email protected]> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.