Page MenuHomeFreeBSD

pf: Slightly relax pf_rule_addr validation
ClosedPublic

Authored by kp on Feb 13 2021, 4:33 PM.
Tags
None
Referenced Files
F115935694: D28650.diff
Wed, Apr 30, 3:04 PM
Unknown Object (File)
Sat, Apr 26, 3:04 AM
Unknown Object (File)
Thu, Apr 24, 5:54 PM
Unknown Object (File)
Fri, Apr 18, 2:33 PM
Unknown Object (File)
Thu, Apr 17, 9:14 PM
Unknown Object (File)
Thu, Apr 17, 6:21 PM
Unknown Object (File)
Mon, Apr 14, 8:16 AM
Unknown Object (File)
Sat, Apr 12, 3:45 AM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36976
Build 33865: arc lint + arc unit

Event Timeline

kp requested review of this revision.Feb 13 2021, 4:33 PM
donner added inline comments.
sys/netpfil/pf/pf_ioctl.c
1564–1569

May give "switch () { case x: case y: ... " a try. It's easier to maintain and offers more flexibility for the compiler.

This revision is now accepted and ready to land.Feb 14 2021, 11:16 AM
This revision was automatically updated to reflect the committed changes.