FreeBSD Bugzilla – Attachment 204004 Details for
Bug 237329
Panic in mld_fasttimo() during reboot or shutdown
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
mld6.diff (text/plain), 518 bytes, created by
Andrey V. Elsukov
on 2019-04-25 12:54:58 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Andrey V. Elsukov
Created:
2019-04-25 12:54:58 UTC
Size:
518 bytes
patch
obsolete
>Index: sys/netinet6/mld6.c >=================================================================== >--- sys/netinet6/mld6.c (revision 346663) >+++ sys/netinet6/mld6.c (working copy) >@@ -1708,6 +1708,8 @@ mld_v2_cancel_link_timers(struct mld_ifsoftc *mli) > * version, we need to release the final > * reference held for issuing the INCLUDE {}. > */ >+ if (inm->in6m_refcount == 1) >+ in6m_disconnect_locked(&inmh, inm); > in6m_rele_locked(&inmh, inm); > /* FALLTHROUGH */ > case MLD_G_QUERY_PENDING_MEMBER:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237329
:
203736
| 204004