Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2007 22:23:34 +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 ipsec_input.c
Message-ID:  <200706152223.l5FMNYnn056979@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2007-06-15 22:23:34 UTC

  FreeBSD src repository

  Modified files:
    sys/netipsec         ipsec_input.c 
  Log:
  Looking at {ah,esp}_input_cb it seems we might be able to end up
  without an mtag in ipsec4_common_input_cb.
  So in case of !IPCOMP (AH,ESP) only change the m_tag_id if an mtag
  was passed to ipsec4_common_input_cb.
  
  Found with:     Coverity Prevent(tm)
  CID:            2523
  
  Revision  Changes    Path
  1.17      +1 -1      src/sys/netipsec/ipsec_input.c



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