cvs commit: src/sys/netipsec ipsec_input.c
Bjoern A. Zeeb
bz at FreeBSD.org
Sat Mar 8 18:29:39 UTC 2008
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
More information about the cvs-src
mailing list