[BACK]Return to ipsec_input.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netipsec

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netipsec/ipsec_input.c between version 1.49 and 1.50

version 1.49, 2017/07/21 04:55:36 version 1.50, 2017/08/03 04:42:26
Line 344  ipsec4_common_input_cb(struct mbuf *m, s
Line 344  ipsec4_common_input_cb(struct mbuf *m, s
                 IPSECLOG(LOG_DEBUG, "null mbuf");                  IPSECLOG(LOG_DEBUG, "null mbuf");
                 IPSEC_ISTAT(sproto, ESP_STAT_BADKCR, AH_STAT_BADKCR,                  IPSEC_ISTAT(sproto, ESP_STAT_BADKCR, AH_STAT_BADKCR,
                     IPCOMP_STAT_BADKCR);                      IPCOMP_STAT_BADKCR);
                 KEY_FREESAV(&sav);  
                 return EINVAL;                  return EINVAL;
         }          }
   

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

CVSweb <webmaster@jp.NetBSD.org>