Page MenuHomeFreeBSD

Enter the net epoch before calling ip6_setpktopts
ClosedPublic

Authored by rstone on Jun 3 2021, 7:15 PM.
Tags
None
Referenced Files
F105003021: D30630.diff
Wed, Dec 11, 1:15 PM
Unknown Object (File)
Oct 31 2024, 7:36 AM
Unknown Object (File)
Oct 30 2024, 3:21 PM
Unknown Object (File)
Oct 12 2024, 1:29 AM
Unknown Object (File)
Sep 30 2024, 4:27 AM
Unknown Object (File)
Sep 14 2024, 7:55 PM
Unknown Object (File)
Sep 8 2024, 12:53 PM
Unknown Object (File)
Sep 7 2024, 9:13 PM

Details

Summary

ip6_setpktopts() can look up ifnets via ifnet_by_index(), which
is only safe in the net epoch. Ensure that callers are in the net
epoch before calling this function.

Sponsored by: Dell EMC Isilon
MFC after: 4 weeks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable