audk/IntelFrameworkModulePkg/Library
Hao Wu 885c3060c1 IntelFrameworkModulePkg GenericBdsLib: Potential read over memory boudary
This commit will resolve the issue brought by r17733.

StringBuffer1 = AllocateCopyPool (
                  MAX_STRING_LEN * sizeof (CHAR16),
                  L"Configuration changed. Reset to apply it Now."
                  );

The above using of AllocateCopyPool() will read contents out of the scope
of the constant string. Potential risk for the constant string allocated
at the boundary of memory region.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17929 6f19259b-4bc3-4df7-8a09-765794883524
2015-07-13 01:22:21 +00:00
..
BaseUefiTianoCustomDecompressLib IntelFrameworkModulePkg: Fix typo. 2015-03-13 08:05:02 +00:00
DxeCapsuleLib Refine the format of GUID in INF files for IntelFrameworkModulePkg. 2015-01-16 02:23:07 +00:00
DxeReportStatusCodeLibFramework IntelFrameworkModulePkg: Convert non DOS format files to DOS format 2014-09-03 08:45:37 +00:00
GenericBdsLib IntelFrameworkModulePkg GenericBdsLib: Potential read over memory boudary 2015-07-13 01:22:21 +00:00
LegacyBootManagerLib IntelFrameworkModulePkg: Add LegacyBootManagerLib. 2015-05-06 04:50:23 +00:00
LzmaCustomDecompressLib IntelFrameworkModulePkg: Move LzmaDecompress GUID 2015-04-03 02:49:10 +00:00
PeiDxeDebugLibReportStatusCode IntelFrameworkModulePkg PeiDxeDebugLib: Use safe string functions 2015-06-30 06:26:20 +00:00
PeiRecoveryLib IntelFrameworkModulePkg: Convert non DOS format files to DOS format 2014-09-03 08:45:37 +00:00
PeiS3Lib IntelFrameworkModulePkg: Convert non DOS format files to DOS format 2014-09-03 08:45:37 +00:00
PlatformBdsLibNull Removes dead code from the PlatformBdsLibNull,leaving this unused code might confuse the user. 2014-10-14 06:30:17 +00:00
SmmRuntimeDxeReportStatusCodeLibFramework IntelFrameworkModulePkg: Convert non DOS format files to DOS format 2014-09-03 08:45:37 +00:00