Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160468238
D54083.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
339 B
Referenced Files
None
Subscribers
None
D54083.diff
View Options
diff --git a/sys/netpfil/pf/pf_nl.c b/sys/netpfil/pf/pf_nl.c
--- a/sys/netpfil/pf/pf_nl.c
+++ b/sys/netpfil/pf/pf_nl.c
@@ -363,7 +363,7 @@
bzero(creators, sizeof(creators));
- for (int i = 0; i < V_pf_hashmask; i++) {
+ for (int i = 0; i <= V_pf_hashmask; i++) {
struct pf_idhash *ih = &V_pf_idhash[i];
struct pf_kstate *s;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 25, 7:53 PM (9 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34328085
Default Alt Text
D54083.diff (339 B)
Attached To
Mode
D54083: pf: Fix an off-by-one in pf_handle_getcreators()
Attached
Detach File
Event Timeline
Log In to Comment