Page MenuHomeFreeBSD

D25017.diff
No OneTemporary

D25017.diff

Index: head/sys/netinet6/scope6.c
===================================================================
--- head/sys/netinet6/scope6.c
+++ head/sys/netinet6/scope6.c
@@ -422,6 +422,10 @@
struct epoch_tracker et;
NET_EPOCH_ENTER(et);
+ if (ifp->if_afinfo[AF_INET6] == NULL) {
+ NET_EPOCH_EXIT(et);
+ return (ENETDOWN);
+ }
sid = SID(ifp);
zoneid = sid->s6id_list[scope];
NET_EPOCH_EXIT(et);

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 26, 10:55 PM (16 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32152998
Default Alt Text
D25017.diff (420 B)

Event Timeline