cvs commit: src/sys/kern uipc_mbuf.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Feb 3 17:15:29 PST 2005
dillon 2005/02/03 17:14:28 PST
DragonFly src repository
Modified files:
sys/kern uipc_mbuf.c
Log:
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 at xxxxxxx>
Revision Changes Path
1.30 +2 -0 src/sys/kern/uipc_mbuf.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/uipc_mbuf.c.diff?r1=1.29&r2=1.30&f=u
More information about the Commits
mailing list