plug an mbuf leak in m_pullup2(); If we fail to get a cluster for an mbuf,
authorthib <thib@openbsd.org>
Fri, 8 Aug 2008 08:54:08 +0000 (08:54 +0000)
committerthib <thib@openbsd.org>
Fri, 8 Aug 2008 08:54:08 +0000 (08:54 +0000)
commitd78bdb2326343db0370a0ef731ce1e6f02103590
tree54d8662f211094229873ae1bfa0f107ecd8e1cb0
parent6a89931776adda652fec2ad6d68afc7bf11f10a0
plug an mbuf leak in m_pullup2(); If we fail to get a cluster for an mbuf,
free the mbuf before bailing out.

ok claudio@
sys/kern/uipc_mbuf.c