Re: [edk2-devel] [Patch V3] BaseTools: Correct the value assignment for StructurePcd

2019-05-09 Thread Liming Gao
I think the test case is enough. I have no comments on the code logic. Reviewed-by: Liming Gao > -Original Message- > From: Fan, ZhijuX > Sent: Thursday, May 9, 2019 5:20 PM > To: devel@edk2.groups.io > Cc: Gao, Liming > Subject: [Patch V3] BaseTools: Correct the value assignment for St

[edk2-devel] [Patch V3] BaseTools: Correct the value assignment for StructurePcd

2019-05-09 Thread Fan, ZhijuX
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1752 This patch is to fix the code bug in StructurePcd overall value assignment logic. If a Pcd Array size is fixed but the size of actual value in Dsc or Dec is bigger than the Pcd array size, the tool will report error about such setting and sto