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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to