Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 2fccd1f153e1b7146d6fe9d9f8cfaeabdf636c44
      
https://github.com/tianocore/edk2/commit/2fccd1f153e1b7146d6fe9d9f8cfaeabdf636c44
  Author: Gerd Hoffmann <kra...@redhat.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c

  Log Message:
  -----------
  ArmPkg/SemihostFs: replace SetMem with ZeroMem

SetMem arguments 2+3 are in the wrong order, resulting in
the call having no effect because Length is zero.

Fix this by using ZeroMem instead.

Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=4205
Reported-by: Jeremy Boone <jeremy.bo...@nccgroup.com>
Signed-off-by: Gerd Hoffmann <kra...@redhat.com>
Reviewed-by: Rebecca Cran <rebe...@bsdio.com>
Reviewed-by: Sami Mujawar <sami.muja...@arm.com>


  Commit: a0f9628705e35c981ae95376f9ebedf877d09111
      
https://github.com/tianocore/edk2/commit/a0f9628705e35c981ae95376f9ebedf877d09111
  Author: Gerd Hoffmann <kra...@redhat.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.c

  Log Message:
  -----------
  OvmfPkg/SmbiosPlatformDxe: tweak fallback release date

In case PcdFirmwareReleaseDateString is not set use a valid date
as fallback.  Using "unknown" makes Windows unhappy.

Fixes: 4cb94f20b002 ("OvmfPkg/SmbiosPlatformDxe: use PcdFirmware*")
Reported-by: ruifeng....@intel.com
Signed-off-by: Gerd Hoffmann <kra...@redhat.com>
Reviewed-by: Ard Biesheuvel <a...@kernel.org>


Compare: https://github.com/tianocore/edk2/compare/69da506c927f...a0f9628705e3


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to