MdeModulePkg Pcd: Refine the code to avoid error report.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14879 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -169,6 +169,7 @@ GetPcdName (
|
|||||||
// Need to get the full PCD name.
|
// Need to get the full PCD name.
|
||||||
//
|
//
|
||||||
Name = AllocateZeroPool (AsciiStrSize (TokenSpaceName) + AsciiStrSize (PcdName));
|
Name = AllocateZeroPool (AsciiStrSize (TokenSpaceName) + AsciiStrSize (PcdName));
|
||||||
|
ASSERT (Name != NULL);
|
||||||
//
|
//
|
||||||
// Catenate TokenSpaceCName and PcdCName with a '.' to form the full PCD name.
|
// Catenate TokenSpaceCName and PcdCName with a '.' to form the full PCD name.
|
||||||
//
|
//
|
||||||
|
@@ -138,6 +138,7 @@ GetPcdName (
|
|||||||
// Need to get the full PCD name.
|
// Need to get the full PCD name.
|
||||||
//
|
//
|
||||||
Name = AllocateZeroPool (AsciiStrSize (TokenSpaceName) + AsciiStrSize (PcdName));
|
Name = AllocateZeroPool (AsciiStrSize (TokenSpaceName) + AsciiStrSize (PcdName));
|
||||||
|
ASSERT (Name != NULL);
|
||||||
//
|
//
|
||||||
// Catenate TokenSpaceCName and PcdCName with a '.' to form the full PCD name.
|
// Catenate TokenSpaceCName and PcdCName with a '.' to form the full PCD name.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user