Actions
Bug #2593
closedipv6: mbuf memory leak
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
10/04/2013
Due date:
% Done:
0%
Estimated time:
Description
From NetBSD:
--- ip6_mroute.c.orig 2013-10-04 11:37:53.000000000 0700>mf6c_stall; rte != NULL; ) {
+++ ip6_mroute.c 2013-10-04 11:38:14.000000000 -0700@ -475,7 +475,7
@ ip6_mrouter_done(void)
for (rte = rt
struct rtdetq *n = rte->next;
- m_free(rte->m);
+ m_freem(rte->m);
kfree(rte, M_MRTABLE);
rte = n;
}
Files
Updated by logan1 about 11 years ago
Updated by profmakx over 10 years ago
- Status changed from New to Closed
This was closed by Matt in commit de99dcea20f1d49646378f994f454faa5aad9401.
Actions