From: Apple Date: Wed, 29 Apr 2020 23:34:06 +0000 (+0000) Subject: ipsec-326.81.1.tar.gz X-Git-Tag: macos-10153^0 X-Git-Url: https://git.saurik.com/apple/ipsec.git/commitdiff_plain/7685aad60c1b188a3f84904e9b609a7438e833c9 ipsec-326.81.1.tar.gz --- diff --git a/ipsec-tools/racoon/cfparse.y b/ipsec-tools/racoon/cfparse.y index 2067d61..e387681 100644 --- a/ipsec-tools/racoon/cfparse.y +++ b/ipsec-tools/racoon/cfparse.y @@ -735,7 +735,7 @@ addrwins #ifdef ENABLE_HYBRID struct isakmp_cfg_config *icc = &isakmp_cfg_config; - if (icc->nbns4_index > MAXWINS) { + if (icc->nbns4_index >= MAXWINS) { racoon_yyerror("No more than %d WINS", MAXWINS); return -1; }