m_clalloc() was improperly assuming that an mcl malloc would always succeed
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 4 Feb 2005 01:14:27 +0000 (01:14 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 4 Feb 2005 01:14:27 +0000 (01:14 +0000)
commit8bee47ad1dcab85bbc9a0e7f911f714c25d8c30c
treecd30d32f80a8a1c7d66ef6fa35bb2b3179bc7a5f
parent446c0d3a2e1fb490446365d6a30758bb83d18484
m_clalloc() was improperly assuming that an mcl malloc would always succeed
when in fact it is allowed not to (because M_NULLOK is specified).

Reported-by: EM <EM1897@aol.com>
sys/kern/uipc_mbuf.c