FreeBSD Bugzilla – Attachment 114607 Details for
Bug 156283
[ip6] [patch] nd6_ns_input - rtalloc_mpath does not return a locked rtentry
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 347 bytes, created by
Ingo Flaschberger
on 2011-04-08 20:10:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ingo Flaschberger
Created:
2011-04-08 20:10:09 UTC
Size:
347 bytes
patch
obsolete
>--- nd6_nbr.c_org 2011-03-21 09:40:01.000000000 +0000 >+++ nd6_nbr.c 2011-04-08 18:57:18.000000000 +0000 >@@ -257,7 +257,11 @@ > */ > if (need_proxy) > proxydl = *SDL(rt->rt_gateway); >+#ifdef RADIX_MPATH >+ RTFREE(rt); /* rtalloc_mpath does not return a locked route */ >+#else > RTFREE_LOCKED(rt); >+#endif > } > if (need_proxy) { > /*
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 156283
: 114607