From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B6BED2095DFFC for ; Mon, 14 Aug 2017 20:54:56 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 14 Aug 2017 20:57:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,376,1498546800"; d="scan'208";a="140268899" Received: from mdkinney-mobl1.amr.corp.intel.com ([10.241.98.166]) by fmsmga006.fm.intel.com with ESMTP; 14 Aug 2017 20:57:20 -0700 From: Michael D Kinney To: edk2-devel@lists.01.org Cc: Andrew Fish , Michael Kinney , Felix Polyudov Date: Mon, 14 Aug 2017 20:57:16 -0700 Message-Id: <20170815035718.1560-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.13.1.windows.2 Subject: [edk2-staging/edk2-test Patch V2 0/2] TestFrameworkPkg/TestProfile: Fix overlapping buffer ASSERT() X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Aug 2017 03:54:56 -0000 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 Cc: Michael Kinney Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Felix Polyudov 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