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
Sun, Mar 8, 10:24 PM (12 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29421049
Default Alt Text
D28115.diff (276 B)

Event Timeline