Page MenuHomeFreeBSD

D24538.diff
No OneTemporary

D24538.diff

Index: head/sys/netpfil/pf/pf_ioctl.c
===================================================================
--- head/sys/netpfil/pf/pf_ioctl.c
+++ head/sys/netpfil/pf/pf_ioctl.c
@@ -1556,6 +1556,11 @@
error = EINVAL;
break;
}
+ if (pr->rule.src.addr.p.dyn != NULL ||
+ pr->rule.dst.addr.p.dyn != NULL) {
+ error = EINVAL;
+ break;
+ }
#ifndef INET
if (pr->rule.af == AF_INET) {
error = EAFNOSUPPORT;

File Metadata

Mime Type
text/plain
Expires
Sat, May 23, 7:28 PM (11 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33452600
Default Alt Text
D24538.diff (428 B)

Event Timeline