cvs commit: src/sys/netipsec ipsec_input.c

Bjoern A. Zeeb bz at FreeBSD.org
Fri Jun 15 22:23:34 UTC 2007


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


More information about the cvs-all mailing list