From d6ee3fe4c0200f9537e7d22fcae234cafd36772b Mon Sep 17 00:00:00 2001 From: fengweihao Date: Thu, 26 Aug 2021 18:19:39 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E4=B8=B2=E9=95=BF=E5=BA=A6=E5=AF=BC=E8=87=B4=E8=B6=8A=E7=95=8C?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/include/verify_policy_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/include/verify_policy_utils.h b/common/include/verify_policy_utils.h index a7a6a2f..145c20e 100644 --- a/common/include/verify_policy_utils.h +++ b/common/include/verify_policy_utils.h @@ -6,7 +6,7 @@ #define VERIFY_SYMBOL_MAX 64 #define VERIFY_STRING_MAX 2048 -#define VERIFY_ARRAY_MAX 128 +#define VERIFY_ARRAY_MAX 512 /** Alway treated the expr as true */ #ifndef likely