Page MenuHomeFreeBSD

pf: Slightly relax pf_rule_addr validation
ClosedPublic

Authored by kp on Feb 13 2021, 4:33 PM.
Tags
None
Referenced Files
F166524051: D28650.diff
Fri, Aug 14, 12:43 AM
F166374430: D28650.id83872.diff
Thu, Aug 13, 5:49 AM
Unknown Object (File)
Sun, Aug 9, 5:20 PM
Unknown Object (File)
Wed, Aug 5, 5:42 AM
Unknown Object (File)
Wed, Aug 5, 2:26 AM
Unknown Object (File)
Tue, Aug 4, 5:14 AM
Unknown Object (File)
Fri, Jul 24, 6:27 PM
Unknown Object (File)
Thu, Jul 23, 1:36 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.