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)
Wed, Oct 8, 7:09 AM
Unknown Object (File)
Sat, Oct 4, 2:49 AM
Unknown Object (File)
Thu, Sep 18, 3:27 PM
Unknown Object (File)
Wed, Sep 17, 3:32 PM
Unknown Object (File)
Wed, Sep 17, 8:43 AM
Unknown Object (File)
Mon, Sep 15, 1:06 PM
Unknown Object (File)
Aug 20 2025, 9:09 AM
Unknown Object (File)
Jul 10 2025, 6:02 AM

Diff Detail

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

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.