New in V2 * Update the DSC files to improve debug of the TestFrameworkPkg and TestCasePkg.
The patch is a bug fix for TestFrameworkPkg/Support/TestProfile driver. AsciiStrCpy() function was used to copy overlapping strings, which triggered an ASSERT(). Cc: Andrew Fish <[email protected]> Cc: Michael Kinney <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Felix Polyudov <[email protected]> Michael D Kinney (2): Test*Pkg: Update DSC files to improve debug TestFrameworkPkg/TestProfile: Fix overlapping buffer ASSERT() TestCasePkg/TestCasePkg.dsc | 65 ++++++++++++++++++++++ TestFrameworkPkg/Support/TestProfile/TestProfile.c | 4 +- TestFrameworkPkg/TestFrameworkPkg.dsc | 62 +++++++++++++++++++++ 3 files changed, 129 insertions(+), 2 deletions(-) -- 2.13.1.windows.2 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

