cvs commit: src/sys/kern subr_mbpool.c

Robert Watson rwatson at FreeBSD.org
Sun May 27 17:38:37 UTC 2007


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


More information about the cvs-src mailing list