Page MenuHomeFreeBSD

D28115.diff
No OneTemporary

D28115.diff

diff --git a/sys/net/iflib.c b/sys/net/iflib.c
--- a/sys/net/iflib.c
+++ b/sys/net/iflib.c
@@ -2654,7 +2654,8 @@
}
} else {
fl->ifl_sds.ifsd_m[cidx] = NULL;
- *pf_rv = PFIL_PASS;
+ if (pf_rv != NULL)
+ *pf_rv = PFIL_PASS;
}
if (unload && irf->irf_len != 0)

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 27, 11:28 AM (13 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32224300
Default Alt Text
D28115.diff (276 B)

Event Timeline