cvs commit: src/sys/netipsec key.c

Bjoern A. Zeeb bz at FreeBSD.org
Fri Jun 15 23:45:40 UTC 2007


bz          2007-06-15 23:45:39 UTC

  FreeBSD src repository

  Modified files:
    sys/netipsec         key.c 
  Log:
  Add a missing return so that we drop out in case of an error and
  do not continue with a NULL pointer. [1]
  
  While here change the return of the error handling code path above.
  I cannot see why we should always return 0 there. Neither does KAME
  nor do we in here for the similar check in all the other functions.
  
  Found with:     Coverity Prevent(tm) [1]
  CID:            2521
  
  Revision  Changes    Path
  1.25      +2 -3      src/sys/netipsec/key.c


More information about the cvs-src mailing list