Re: [edk2] [PATCH] MdeModulePkg PCD: Fix TmpTokenSpaceBufferCount not assigned correctly

2017-05-18 Thread Gao, Liming
eng, Star <star.z...@intel.com> >Subject: [edk2] [PATCH] MdeModulePkg PCD: Fix >TmpTokenSpaceBufferCount not assigned correctly > >When DynamicEx PCD is only used in PEI code, but not DXE code, >current implementation of DxePcdGetNextTokenSpace does not assign >TmpTokenSpac

[edk2] [PATCH] MdeModulePkg PCD: Fix TmpTokenSpaceBufferCount not assigned correctly

2017-05-18 Thread Star Zeng
When DynamicEx PCD is only used in PEI code, but not DXE code, current implementation of DxePcdGetNextTokenSpace does not assign TmpTokenSpaceBufferCount correctly, but leaves it as initial value, then DxePcdGetNextTokenSpace may return incorrect token space guid and status. This patch is to fix