Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F133551919
D2253.id4736.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
467 B
Referenced Files
None
Subscribers
None
D2253.id4736.diff
View Options
Index: sys/netinet6/nd6.c
===================================================================
--- sys/netinet6/nd6.c
+++ sys/netinet6/nd6.c
@@ -765,11 +765,10 @@
* address with the prefix.
*/
if (!IFA6_IS_DEPRECATED(it6))
- public_ifa6 = it6;
-
- if (public_ifa6 != NULL)
- ifa_ref(&public_ifa6->ia_ifa);
+ public_ifa6 = it6;
}
+ if (public_ifa6 != NULL)
+ ifa_ref(&public_ifa6->ia_ifa);
IF_ADDR_RUNLOCK(ifp);
if (public_ifa6 != NULL) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 27, 2:51 PM (26 m, 46 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24299277
Default Alt Text
D2253.id4736.diff (467 B)
Attached To
Mode
D2253: Fix a possible refcount leak in regen_tmpaddr().
Attached
Detach File
Event Timeline
Log In to Comment