public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Bret Barkelew" <bret.barkelew@microsoft.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"guomin.jiang@intel.com" <guomin.jiang@intel.com>
Cc: Kun Qin <Kun.Qin@microsoft.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>,
	Sean Brogan <sean.brogan@microsoft.com>
Subject: Re: [edk2-devel] [PATCH v2] UnitTestFrameworkPkg/UnitTestLib: Correct dereferred pointer
Date: Mon, 20 Apr 2020 04:34:51 +0000	[thread overview]
Message-ID: <CY4PR21MB07436AC506EA966A863488AAEFD40@CY4PR21MB0743.namprd21.prod.outlook.com> (raw)
In-Reply-To: <DM6PR11MB2955DCC2643624C6E212C4059DD40@DM6PR11MB2955.namprd11.prod.outlook.com>

[-- Attachment #1: Type: text/plain, Size: 4348 bytes --]

Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com>

- Bret

________________________________
From: devel@edk2.groups.io <devel@edk2.groups.io> on behalf of Guomin Jiang via groups.io <guomin.jiang=intel.com@groups.io>
Sent: Sunday, April 19, 2020 9:30:57 PM
To: devel@edk2.groups.io <devel@edk2.groups.io>; Jiang, Guomin <guomin.jiang@intel.com>
Cc: Kun Qin <Kun.Qin@microsoft.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Sean Brogan <sean.brogan@microsoft.com>; Bret Barkelew <Bret.Barkelew@microsoft.com>
Subject: [EXTERNAL] Re: [edk2-devel] [PATCH v2] UnitTestFrameworkPkg/UnitTestLib: Correct dereferred pointer

Hi Michael, Sean, Bret,

Please help review the change.

Best Regards
guomin

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Guomin
> Jiang
> Sent: Tuesday, April 14, 2020 9:33 AM
> To: devel@edk2.groups.io
> Cc: kuqin <kuqin@microsoft.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Sean Brogan <sean.brogan@microsoft.com>;
> Bret Barkelew <Bret.Barkelew@microsoft.com>
> Subject: [edk2-devel] [PATCH v2] UnitTestFrameworkPkg/UnitTestLib:
> Correct dereferred pointer
>
> From: kuqin <kuqin@microsoft.com>
>
> REF: https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugzilla.tianocore.org%2Fshow_bug.cgi%3Fid%3D2609&amp;data=02%7C01%7CBret.Barkelew%40microsoft.com%7C42a07ae2da8047642dbe08d7e4e3a195%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637229538634306948&amp;sdata=LnkRj186gkkT52eyVRrC6WeabUpQK4fqGfJ8zRGJpH8%3D&amp;reserved=0
>
> SavedState is not sticky, copied pointer update will not change source
> pointer
>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> Signed-off-by: Guomin Jiang <guomin.jiang@intel.com>
> ---
>  UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c
> b/UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c
> index b136992d99..ba4b18568d 100644
> --- a/UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c
> +++ b/UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c
> @@ -209,7 +209,6 @@ InitUnitTestFramework (
>    EFI_STATUS                  Status;   UNIT_TEST_FRAMEWORK_HANDLE
> NewFrameworkHandle;   UNIT_TEST_FRAMEWORK         *NewFramework;-
> UNIT_TEST_SAVE_HEADER       *SavedState;    Status       = EFI_SUCCESS;
> NewFramework = NULL;@@ -264,8 +263,7 @@ InitUnitTestFramework (
>    // If there is a persisted context, load it now.   //   if (DoesCacheExist
> (NewFrameworkHandle)) {-    SavedState = (UNIT_TEST_SAVE_HEADER
> *)NewFramework->SavedState;-    Status = LoadUnitTestCache
> (NewFrameworkHandle, &SavedState);+    Status = LoadUnitTestCache
> (NewFrameworkHandle,  (UNIT_TEST_SAVE_HEADER**)(&NewFramework-
> >SavedState));     if (EFI_ERROR (Status)) {       //       // Don't actually report it
> as an error, but emit a warning.--
> 2.25.1.windows.1
>
>
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
>
> View/Reply Online (#57288): https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fedk2.groups.io%2Fg%2Fdevel%2Fmessage%2F57288&amp;data=02%7C01%7CBret.Barkelew%40microsoft.com%7C42a07ae2da8047642dbe08d7e4e3a195%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637229538634316946&amp;sdata=PEomgQB9WlQXGut1oqdWdNt%2BbBNTAGv3HHRcv8eo8QM%3D&amp;reserved=0
> Mute This Topic: https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.io%2Fmt%2F73002073%2F4399222&amp;data=02%7C01%7CBret.Barkelew%40microsoft.com%7C42a07ae2da8047642dbe08d7e4e3a195%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637229538634316946&amp;sdata=vtcVI4gP7UjLhQMuAc1JO%2B3yRrWAysPB7tuqsZLmj6s%3D&amp;reserved=0
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fedk2.groups.io%2Fg%2Fdevel%2Funsub&amp;data=02%7C01%7CBret.Barkelew%40microsoft.com%7C42a07ae2da8047642dbe08d7e4e3a195%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637229538634316946&amp;sdata=snyZZwLcC1sDGE6ov2uGT8MPM%2FHsBi0yKP0z5FpFMIU%3D&amp;reserved=0
> [guomin.jiang@intel.com] -=-=-=-=-=-=





[-- Attachment #2: Type: text/html, Size: 8440 bytes --]

      reply	other threads:[~2020-04-20  4:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <16058BA3AE571281.11156@groups.io>
2020-04-20  4:30 ` [edk2-devel] [PATCH v2] UnitTestFrameworkPkg/UnitTestLib: Correct dereferred pointer Guomin Jiang
2020-04-20  4:34   ` Bret Barkelew [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CY4PR21MB07436AC506EA966A863488AAEFD40@CY4PR21MB0743.namprd21.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox