audk/PerformancePkg/Dp_App
Hao Wu 6bc4e42f9d PerformancePkg Dp_App: Fix ASSERT in GetNameFromHandle
This commit will resolve the issue brought by r17745.

StrCpyS (mGaugeString, DP_GAUGE_STRING_LENGTH + 1, StringPtr);

The above using of StrCpyS will cause ASSERT if StringPtr is longer than
mGaugeString. Therefore, StrnCpyS is used here to resolve the issue.

Similar scenario is for:
StrCpyS (mGaugeString, DP_GAUGE_STRING_LENGTH + 1, NameString); (twice)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17935 6f19259b-4bc3-4df7-8a09-765794883524
2015-07-13 01:24:44 +00:00
..
Dp.c Add new extension PerformanceLib APIs to store ID info. 2012-04-24 09:15:10 +00:00
Dp.h Add new extension PerformanceLib APIs to store ID info. 2012-04-24 09:15:10 +00:00
Dp.inf Performance: Refine the format of INF files. 2015-01-20 01:45:35 +00:00
DpInternal.h PerfomancePkg Dp: Add missing EFIAPI for PrintToken(). 2014-03-26 07:08:12 +00:00
DpProfile.c Refine the code to follow coding style. 2011-12-01 04:31:46 +00:00
DpStrings.uni Add new extension PerformanceLib APIs to store ID info. 2012-04-24 09:15:10 +00:00
DpTrace.c Add new extension PerformanceLib APIs to store ID info. 2012-04-24 09:15:10 +00:00
DpUtilities.c PerformancePkg Dp_App: Fix ASSERT in GetNameFromHandle 2015-07-13 01:24:44 +00:00
Literals.c Refine the code to follow coding style. 2011-12-01 04:31:46 +00:00
Literals.h Refine the code to follow coding style. 2011-12-01 04:31:46 +00:00