Date: Sat, 8 Mar 2008 18:29:39 +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: <200803081829.m28ITdZo035157@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2008-03-08 18:29:39 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netipsec ipsec_input.c
Log:
MFC rev. 1.17 ipsec_input.c
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.9.2.5 +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?200803081829.m28ITdZo035157>
