Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107031259
D35472.id106866.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
439 B
Referenced Files
None
Subscribers
None
D35472.id106866.diff
View Options
Index: sys/netinet6/raw_ip6.c
===================================================================
--- sys/netinet6/raw_ip6.c
+++ sys/netinet6/raw_ip6.c
@@ -760,11 +760,11 @@
return (EADDRNOTAVAIL);
}
NET_EPOCH_EXIT(et);
- INP_INFO_WLOCK(&V_ripcbinfo);
INP_WLOCK(inp);
+ INP_INFO_WLOCK(&V_ripcbinfo);
inp->in6p_laddr = addr->sin6_addr;
- INP_WUNLOCK(inp);
INP_INFO_WUNLOCK(&V_ripcbinfo);
+ INP_WUNLOCK(inp);
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 5:58 AM (3 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15739993
Default Alt Text
D35472.id106866.diff (439 B)
Attached To
Mode
D35472: rip6: Fix a lock order reversal in rip6_bind()
Attached
Detach File
Event Timeline
Log In to Comment