Page MenuHomeFreeBSD

pf: Slightly relax pf_rule_addr validation
ClosedPublic

Authored by kp on Feb 13 2021, 4:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 24, 1:20 PM
Unknown Object (File)
Thu, Jan 23, 1:51 AM
Unknown Object (File)
Dec 9 2024, 5:44 PM
Unknown Object (File)
Nov 27 2024, 2:42 PM
Unknown Object (File)
Nov 11 2024, 9:42 PM
Unknown Object (File)
Oct 20 2024, 9:34 AM
Unknown Object (File)
Oct 20 2024, 9:33 AM
Unknown Object (File)
Oct 20 2024, 9:33 AM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36971
Build 33860: 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.