bugfix: 修复用户输入自定义字符串长度导致越界问题

This commit is contained in:
fengweihao
2021-08-26 18:19:39 +08:00
parent e0e03c25c1
commit d6ee3fe4c0

View File

@@ -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