cvs commit: src/sys/kern kern_mbuf.c

Andre Oppermann andre at FreeBSD.org
Mon Jan 23 07:49:02 PST 2006


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


More information about the cvs-src mailing list