bugfix: 修复用户输入自定义字符串长度导致越界问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user