]> git.saurik.com Git - apple/ipsec.git/commitdiff
ipsec-326.81.1.tar.gz macos-10153 macos-10154 v326.100.1 v326.81.1
authorApple <opensource@apple.com>
Wed, 29 Apr 2020 23:34:06 +0000 (23:34 +0000)
committerApple <opensource@apple.com>
Wed, 29 Apr 2020 23:34:06 +0000 (23:34 +0000)
ipsec-tools/racoon/cfparse.y

index 2067d61d64f2e702ea975936dc2d65f1cec6301d..e38768173ab7b443e6d84ed36c3d34170cc4e7e3 100644 (file)
@@ -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;
             }