Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2008 18:37:03 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netipsec key.c
Message-ID:  <200803081837.m28Ib3C3036414@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2008-03-08 18:37:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netipsec         key.c 
  Log:
  MFC rev. 1.26 key.c
  
    In case of failure we can directly return ENOBUFS because
    'result' is still NULL and we do not need to free anything.
    That allows us to gc the entire goto parts and a now unused variable.
  
    Found with:     Coverity Prevent(tm)
    CID:            2519
  
  Revision  Changes    Path
  1.20.2.4  +3 -10     src/sys/netipsec/key.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803081837.m28Ib3C3036414>