Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157557177
D24538.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
428 B
Referenced Files
None
Subscribers
None
D24538.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D24538: pf: Improve DIOCADDRULE validation
Attached
Detach File
Event Timeline
Log In to Comment