hi, this one also looks suspicious to me...
OK?
reyk
Index: net/if_mpe.c
===================================================================
RCS file: /cvs/src/sys/net/if_mpe.c,v
retrieving revision 1.24
diff -u -p -r1.24 if_mpe.c
--- net/if_mpe.c 21 Jan 2011 17:42:57 -0000 1.24
+++ net/if_mpe.c 28 Jan 2011 14:29:08 -0000
@@ -384,7 +384,7 @@ mpe_input(struct mbuf *m, struct ifnet *
}
if (in_cksum(m, hlen) != 0) {
- m_free(m);
+ m_freem(m);
return;
}
