Date: Wed, 19 Feb 2003 02:12:42 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_mchain.c Message-ID: <200302191012.h1JACgm5081925@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/02/19 02:12:42 PST
Modified files:
sys/kern subr_mchain.c
Log:
The "m = m->m_next" that was removed in the revision 1.12 was necessary
for the m->m_next != NULL case to avoid looping infinitely when the first
mbuf in the chain becomes full.
Revision Changes Path
1.14 +2 -1 src/sys/kern/subr_mchain.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302191012.h1JACgm5081925>
