Page MenuHomeFreeBSD

ipfw: Check for errors from sooptcopyin() and sooptcopyout()
ClosedPublic

Authored by markj on Oct 13 2025, 1:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 26, 3:00 PM
Unknown Object (File)
Tue, Nov 18, 8:30 PM
Unknown Object (File)
Sun, Nov 2, 8:08 PM
Unknown Object (File)
Fri, Oct 31, 9:18 AM
Unknown Object (File)
Oct 29 2025, 12:42 PM
Unknown Object (File)
Oct 29 2025, 11:40 AM
Unknown Object (File)
Oct 28 2025, 2:28 AM
Unknown Object (File)
Oct 27 2025, 9:40 AM

Diff Detail

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

Event Timeline

markj requested review of this revision.Oct 13 2025, 1:25 PM

Yes, I think they were replaced with handlers from ipfw_sopt_handler.

This revision is now accepted and ready to land.Oct 14 2025, 7:38 AM
In D53068#1212662, @ae wrote:

Yes, I think they were replaced with handlers from ipfw_sopt_handler.

Ok. I will commit anyway since the change needs to be MFCed. Will you clean up the old handlers?