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)
Tue, Jul 1, 4:37 PM
Unknown Object (File)
Mon, Jun 30, 6:48 AM
Unknown Object (File)
Jun 16 2025, 7:46 PM
Unknown Object (File)
Jun 16 2025, 8:24 AM
Unknown Object (File)
May 4 2025, 11:55 PM
Unknown Object (File)
Apr 24 2025, 8:07 PM
Unknown Object (File)
Apr 20 2025, 3:18 PM
Unknown Object (File)
Apr 14 2025, 11:03 AM

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