From: Zhao, ZhiqiangX Date: Wed, 31 Oct 2018 10:35:47 +0000 (+0800) Subject: BaseTools: Check the max size for string PCD. X-Git-Tag: edk2-stable201903~660 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=93f98985826a6eba30584e9b2ada754b3da17990;hp=93f98985826a6eba30584e9b2ada754b3da17990;p=mirror_edk2.git BaseTools: Check the max size for string PCD. According to PCD_DATABASE_INIT in edk2\MdeModulePkg\Include\Guid\PcdDataBaseSignatureGuid.h, the max size for string PCD should not exceed USHRT_MAX 65535(0xffff). Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: ZhiqiangX Zhao Cc: Liming Gao Cc: Yonghong Zhu Cc: Bob Feng Reviewed-by: Bob Feng ---