Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105808430
D4138.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
403 B
Referenced Files
None
Subscribers
None
D4138.diff
View Options
Index: head/sys/netinet/in_mcast.c
===================================================================
--- head/sys/netinet/in_mcast.c
+++ head/sys/netinet/in_mcast.c
@@ -515,8 +515,8 @@
*/
inm = malloc(sizeof(*inm), M_IPMADDR, M_NOWAIT | M_ZERO);
if (inm == NULL) {
- if_delmulti_ifma(ifma);
IF_ADDR_WUNLOCK(ifp);
+ if_delmulti_ifma(ifma);
return (ENOMEM);
}
inm->inm_addr = *group;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 12:09 AM (21 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15549079
Default Alt Text
D4138.diff (403 B)
Attached To
Mode
D4138: in_getmulti: recursing on if_addr_lock on malloc failure
Attached
Detach File
Event Timeline
Log In to Comment