public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [staging/edk2-test] [PATCH] TestProfile bug fix
@ 2017-07-19 21:11 Felix Poludov
  0 siblings, 0 replies; only message in thread
From: Felix Poludov @ 2017-07-19 21:11 UTC (permalink / raw)
  To: edk2-devel@lists.01.org; +Cc: Kinney, Michael D (michael.d.kinney@intel.com)

The attached patch is a bug fix for TestFrameworkPkg/Support/TestProfile driver.
AsciiStrCpy function was used to copy overlapping strings, which triggered an ASSERT.

The function was used on overlapping strings in a couple of places:
1. _alltrim: AsciiStrCpy is replaced with CopyMem, which can handle overlapping buffers
2. _prosessLine: AsciiStrCpy at the beginning of the function is removed.
The call was redundant. The function was trying to move the data that have already been moved by _alltrim.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Felix Polyudov felixp@ami.com<mailto:felixp@ami.com>


Please consider the environment before printing this email.

The information contained in this message may be confidential and proprietary to American Megatrends, Inc.  This communication is intended to be read only 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 notice that any distribution of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-19 21:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-19 21:11 [staging/edk2-test] [PATCH] TestProfile bug fix Felix Poludov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox