Re: [edk2-devel] [PATCH v1 1/2] SecurityPkg: RngDxe: Unify handling of zero guid

2023-06-29 Thread Sami Mujawar
Hi Kun, Can you look at Pierre's series and see if this issue is resolved, please? I have also made further suggestions at https://edk2.groups.io/g/devel/message/106511. Regards, Sami Mujawar On 28/06/2023 09:33 pm, Kun Qin wrote: From: Kun Qin REF:

[edk2-devel] [PATCH v1 1/2] SecurityPkg: RngDxe: Unify handling of zero guid

2023-06-28 Thread Kun Qin
From: Kun Qin REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4491 The existing logic of initializing `mAvailableAlgoArrayCount` will treat the zero GUID in `PcdCpuRngSupportedAlgorithm` as a legit case and increment `mAvailableAlgoArrayCount`, causing the RNG protocol be published.