Page MenuHomeFreeBSD

pf: Slightly relax pf_rule_addr validation
ClosedPublic

Authored by kp on Feb 13 2021, 4:33 PM.
Tags
None
Referenced Files
F83153753: D28650.diff
Tue, May 7, 1:56 AM
Unknown Object (File)
Sat, May 4, 5:34 PM
Unknown Object (File)
Fri, May 3, 12:41 PM
Unknown Object (File)
Thu, May 2, 2:14 AM
Unknown Object (File)
Mon, Apr 22, 4:12 AM
Unknown Object (File)
Thu, Apr 18, 12:45 PM
Unknown Object (File)
Tue, Apr 9, 7:47 PM
Unknown Object (File)
Feb 10 2024, 11:47 PM

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.