Page MenuHomeFreeBSD

simple locking fixes in ip_ctloutput, ip6_ctloutput, rip_ctloutput
ClosedPublic

Authored by jason_eggnet.com on Mar 8 2018, 4:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 12:31 AM
Unknown Object (File)
Thu, Oct 9, 2:52 PM
Unknown Object (File)
Wed, Oct 8, 11:28 PM
Unknown Object (File)
Sat, Oct 4, 6:54 AM
Unknown Object (File)
Thu, Oct 2, 4:59 PM
Unknown Object (File)
Tue, Sep 30, 6:59 AM
Unknown Object (File)
Thu, Sep 25, 6:10 PM
Unknown Object (File)
Sep 11 2025, 5:18 PM

Details

Summary

There are various locations in ip_ctloutput, ip6_ctloutput, and
rip_ctloutput that require simple local changes to properly handle
dealing with locking the inp or in6p.

Also added a simple assert in ip6_optlen().

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable