Date: Sun, 27 May 2007 17:38:37 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_mbpool.c Message-ID: <200705271738.l4RHcb1r040716@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2007-05-27 17:38:37 UTC FreeBSD src repository Modified files: sys/kern subr_mbpool.c Log: Add parens around *free in *free++ in mbp_count() so that mbp_count() actually works. mbp_count() turns out only to be used in debugging code in if_patm_intr.c, so this bug did not affect much in practice. Found with: Coverity Prevent(tm) CID: 1943 Revision Changes Path 1.4 +1 -1 src/sys/kern/subr_mbpool.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705271738.l4RHcb1r040716>