Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159556378
D18887.id53143.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
463 B
Referenced Files
None
Subscribers
None
D18887.id53143.diff
View Options
Index: head/sys/netinet6/in6_mcast.c
===================================================================
--- head/sys/netinet6/in6_mcast.c
+++ head/sys/netinet6/in6_mcast.c
@@ -2178,7 +2178,10 @@
IN6_MULTI_UNLOCK();
goto out_im6o_free;
}
- in6m_acquire(inm);
+ /*
+ * NOTE: Refcount from in6_joingroup_locked()
+ * is protecting membership.
+ */
imo->im6o_membership[idx] = inm;
} else {
CTR1(KTR_MLD, "%s: merge inm state", __func__);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 16, 4:46 PM (40 m, 37 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33993640
Default Alt Text
D18887.id53143.diff (463 B)
Attached To
Mode
D18887: Fix refcounting leaks in IPv6 MLD code leading to loss of IPv6 connectivity
Attached
Detach File
Event Timeline
Log In to Comment