cvs commit: src/sys/dev/random randomdev_soft.c

Robert Watson rwatson at FreeBSD.org
Mon May 28 18:20:16 UTC 2007


rwatson     2007-05-28 18:20:16 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/random       randomdev_soft.c 
  Log:
  Don't save SYSCTL_ADD_*() results in a local variable just to throw them
  away; preserve the ones that are needed for further calls in the init
  function and ignore the rest entirely.
  
  Found with:     Coverity Prevent(tm)
  CID:            563
  
  Revision  Changes    Path
  1.15      +9 -15     src/sys/dev/random/randomdev_soft.c


More information about the cvs-src mailing list