Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144801940
D54083.1776533078.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
339 B
Referenced Files
None
Subscribers
None
D54083.1776533078.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
Sat, Apr 18, 5:24 PM (16 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28376768
Default Alt Text
D54083.1776533078.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