From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from atlmailgw2.ami.com (atlmailgw2.ami.com [63.147.10.42]) (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 4AC4721E2DA4F for ; Wed, 16 Aug 2017 20:14:19 -0700 (PDT) X-AuditID: ac10606f-8bbff70000000bb1-bb-59950a9c0282 Received: from atlms2.us.megatrends.com (atlms2.us.megatrends.com [172.16.96.152]) (using TLS with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by atlmailgw2.ami.com (Symantec Messaging Gateway) with SMTP id 8C.D0.02993.C9A05995; Wed, 16 Aug 2017 23:16:45 -0400 (EDT) Received: from ATLMS1.us.megatrends.com ([fe80::8c55:daf0:ef05:5605]) by atlms2.us.megatrends.com ([fe80::29dc:a91e:ea0c:cdeb%12]) with mapi id 14.03.0123.003; Wed, 16 Aug 2017 23:16:44 -0400 From: Felix Poludov To: Michael D Kinney , "edk2-devel@lists.01.org" CC: Andrew Fish Thread-Topic: [edk2-staging/edk2-test Patch V2 0/2] TestFrameworkPkg/TestProfile: Fix overlapping buffer ASSERT() Thread-Index: AQHTFXqZglpnn9MIj0+HO86Pogzl6KKH4vGQ Date: Thu, 17 Aug 2017 03:16:43 +0000 Message-ID: <9333E191E0D52B4999CE63A99BA663A00302B3EE5B@atlms1.us.megatrends.com> References: <20170815035718.1560-1-michael.d.kinney@intel.com> In-Reply-To: <20170815035718.1560-1-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.16.99.93] content-transfer-encoding: quoted-printable MIME-Version: 1.0 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrEKsWRmVeSWpSXmKPExsWyRiBhhu5crqmRBj9n8FhMv/2YxWLPoaPM Fh0d/5gcmD22nvzB5rF4z0smj+7Z/1gCmKMaGG0S8/LySxJLUhVSUouTbZUCijLLEpMrlRQy U2yVDJUUCnISk1NzU/NKbJUSCwpS81KU7LgUMIANUFlmnkJqXnJ+SmZeuq2SZ7C/roWFqaWu oZJdSEaqQmZeWn5RbmJJZn6eQnJ+XglQdWoKUFQhoYsz4/69z+wFE7gqbi9dxtzAuJqji5GT Q0LARGLVjJ3sXYxcHEIC25kk9je/YYNwDjNKXH76lQ2kik1ARWLT2QvMILaIQIZE941uFhCb WUBRYvnkR6xdjBwcwgJFEtNX6UCUFEvsfv6bHcI2kni8qBGslUVAVeLtpbNMIDavQKBE45Of rCC2kICdxLa7+8BqOAXsJZasvAFWwyggJvH91BomiFXiEreezGeCOFpAYsme88wQtqjEy8f/ WCFsBYkt7zvZIep1JBbs/sQGYWtLLFv4mhlir6DEyZlPWCYwis5CMnYWkpZZSFpmIWlZwMiy ilEosSQnNzEzJ73cSC8xN1MvOT93EyMkSeTvYPz40fwQowAHoxIPr/r3KZFCrIllxZW5hxgl OJiVRHgbOKdGCvGmJFZWpRblxxeV5qQWH2J0AgbLRGYpblB0AeM/3tjAQEoUxjE0MTMxNzI3 tDQxNzZWEuf1aQiPFBJIB6aj7NTUgtQimCFMHJxSDYw59w7dazzNIX/aq3f97vV7endltxdd 1ju2aFJdlKJs55HN5/K61Ha+tFFPfLRbZ4mC5Ktbd7Y+i2nl9zX73siYv3Gm2lkGvxe+puuS ///xFt/mzCyna5cZsvRaxGt7owy7BpVzRg4331iKWz3bs9I3W+7/bPEiDuvz7Klhe9e82Bh9 iSPzF4sSS3FGoqEWc1FxIgDLTielNQMAAA== Subject: Re: [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: Thu, 17 Aug 2017 03:14:19 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" The patch looks fine. Reviewed-by: Felix Polyudov -----Original Message----- From: Michael D Kinney [mailto:michael.d.kinney@intel.com] Sent: Monday, August 14, 2017 11:57 PM To: edk2-devel@lists.01.org Cc: Andrew Fish; Michael Kinney; Felix Poludov Subject: [edk2-staging/edk2-test Patch V2 0/2] TestFrameworkPkg/TestProfile:= Fix overlapping buffer ASSERT() 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 t= riggered 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 Please consider the environment before printing this email. The information contained in this message may be confidential and proprietar= y to American Megatrends, Inc. This communication is intended to be read on= ly by the individual or entity to whom it is addressed or by their designee.= If the reader of this message is not the intended recipient, you are on not= ice that any distribution of this message, in any form, is strictly prohibit= ed. Please promptly notify the sender by reply e-mail or by telephone at 77= 0-246-8600, and then delete or destroy all copies of the transmission.