Date: Mon, 14 Apr 2003 19:14:43 -0700 (PDT) From: Mike Silbersack <silby@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf.c Message-ID: <200304150214.h3F2Eh0B015924@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2003/04/14 19:14:43 PDT FreeBSD src repository Modified files: sys/kern uipc_mbuf.c Log: Add another MBUF_STRESS_TEST feature, m_defragrandomfailures. When enabled, this causes m_defrag to randomly return NULL (following its normal failure case so that extra memory leaks are not introduced.) Code similar to this was used to find / fix a few bugs last week. Revision Changes Path 1.116 +15 -0 src/sys/kern/uipc_mbuf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304150214.h3F2Eh0B015924>