Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111510812
D35374.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
327 B
Referenced Files
None
Subscribers
None
D35374.diff
View Options
diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c
--- a/sys/netinet6/in6.c
+++ b/sys/netinet6/in6.c
@@ -2700,6 +2700,9 @@
struct lltable *llt;
bool need_purge;
+ if (ifp->if_afdata[AF_INET6] == NULL)
+ return;
+
llt = LLTABLE6(ifp);
IF_AFDATA_WLOCK(ifp);
need_purge = ((llt->llt_flags & LLT_ADDEDPROXY) != 0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 5, 4:08 PM (19 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16996244
Default Alt Text
D35374.diff (327 B)
Attached To
Mode
D35374: netinet6: fix panic on kldunload pfsync
Attached
Detach File
Event Timeline
Log In to Comment