cvs commit: src/sys/kern uipc_mbuf2.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Tue Apr 20 00:36:13 PDT 2004
joerg 2004/04/20 00:35:22 PDT
DragonFly src repository
Modified files:
sys/kern uipc_mbuf2.c
Log:
m_tag_alloc illegally passed the mbuf flags to malloc, hitting the
diagnostic panic there. Do the same as the other mbuf allocation
routines and check for M_WAIT explicitly.
Reported-by: Richard Nyberg <rnyberg at xxxxxxxx>
Revision Changes Path
1.5 +2 -1 src/sys/kern/uipc_mbuf2.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/uipc_mbuf2.c.diff?r1=1.4&r2=1.5&f=h
More information about the Commits
mailing list