]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/SetupBrowserDxe: Fix IsZeroGuid() ASSERT.
authorNickle Wang <nickle.wang@hpe.com>
Fri, 21 Feb 2020 01:56:45 +0000 (09:56 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 12 Mar 2020 05:20:12 +0000 (05:20 +0000)
commit7d325f93e190cbbb7bc58f1b994d314b53fe8668
tree4628fb97845e679fa5dcc231906abf2d9d36523f
parent64a228f5f89320fd632bb6c55e154961f2410680
MdeModulePkg/SetupBrowserDxe: Fix IsZeroGuid() ASSERT.

From the function description of GetIfrBinaryData(), FormSetGuid can be
NULL. However, FormSetGuid is passed to IsZeroGuid(). This causes exception
when FormSetGuid is NULL.

Signed-off-by: Nickle Wang <nickle.wang@hpe.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
MdeModulePkg/Universal/SetupBrowserDxe/Setup.c