Date: Mon, 23 Jan 2006 15:49:01 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mbuf.c Message-ID: <200601231549.k0NFn1tH062316@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2006-01-23 15:49:01 UTC
FreeBSD src repository
Modified files:
sys/kern kern_mbuf.c
Log:
In mb_zinit_pack() explicitly ignore the return value of uma_zalloc_arg().
The success of the cluster allocation is checked through a field in the
mbuf structure. This change is non-functional but properly silences code
inspection tools.
Found by: Coverity Prevent(tm)
Coverity ID: CID807
Sponsored by: TCP/IP Optimization Fundraise 2005
Revision Changes Path
1.18 +1 -1 src/sys/kern/kern_mbuf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601231549.k0NFn1tH062316>
