|
[PATCH] MdeModulePkg/RegularExpressionDxe: Fix memory assert in FreePool()
I see. Thanks for your quick response. I will work on it. Nickle
I see. Thanks for your quick response. I will work on it. Nickle
|
By
Nickle Wang
· #77308
·
|
|
[PATCH] MdeModulePkg/RegularExpressionDxe: Fix memory assert in FreePool()
Hi Liming, No problem. It looks like I have to add OnigurumaUefiPort.c into "IgnoreFiles" object in MdeModulePkg.ci.yaml. And should I send this patch alone? Or I have to send it as a part of patch in
Hi Liming, No problem. It looks like I have to add OnigurumaUefiPort.c into "IgnoreFiles" object in MdeModulePkg.ci.yaml. And should I send this patch alone? Or I have to send it as a part of patch in
|
By
Nickle Wang
· #77306
·
|
|
[PATCH] MdeModulePkg/RegularExpressionDxe: Fix memory assert in FreePool()
Memory buffer that is allocated by malloc() and realloc() will be shifted by 8 bytes because Oniguruma keeps its memory signature. This 8 bytes shift is not handled while calling free() to release mem
Memory buffer that is allocated by malloc() and realloc() will be shifted by 8 bytes because Oniguruma keeps its memory signature. This 8 bytes shift is not handled while calling free() to release mem
|
By
Nickle Wang
· #76318
·
|
|
[PATCH v2] RedfishPkg/RestJsonStructureDxe: Fix typo in function header
Reviewed-by: Nickle Wang <nickle.wang@...> Nickle
Reviewed-by: Nickle Wang <nickle.wang@...> Nickle
|
By
Nickle Wang
· #74116
·
|
|
[PATCH v2] RedfishPkg: Add EDK2 Redfish Foundation diagrams
Reviewed-by: Nickle Wang <nickle.wang@...> Nickle
Reviewed-by: Nickle Wang <nickle.wang@...> Nickle
|
By
Nickle Wang
· #74108
·
|
|
[PATCH] RedfishPkg: Add EDK2 Redfish Foundation diagrams
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
|
By
Nickle Wang
· #73997
·
|
|
[PATCH] RedfishPkg/RedfishConfigHandler: EDKII RedfishConfigHandler Protocol
Reviewed-by: Nickle Wang <nickle.wang@...> Got it. Thanks Abner. Nickle
Reviewed-by: Nickle Wang <nickle.wang@...> Got it. Thanks Abner. Nickle
|
By
Nickle Wang
· #73936
·
|
|
[PATCH] RedfishPkg/RedfishConfigHandler: EDKII RedfishConfigHandler Protocol
Looks good to me. But for the copyright, I think it would be "2020-2021", right? For example: -# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> +# (C) Copyright 2021 Hewlett Packard
Looks good to me. But for the copyright, I think it would be "2020-2021", right? For example: -# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> +# (C) Copyright 2021 Hewlett Packard
|
By
Nickle Wang
· #73934
·
|
|
[PATCH] RedfishPkg/RedfishDiscoverDxe: EFI Redfish Discover Protocol
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
|
By
Nickle Wang
· #73933
·
|
|
[patch V2 19/29] RedfishPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
|
By
Nickle Wang
· #73167
·
|
|
[patch 18/28] RedfishPkg: Consume RegisterFilterLibNull instance
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
|
By
Nickle Wang
· #72789
·
|
|
[PATCH] RedfishPkg/Library: RedfishLib
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
|
By
Nickle Wang
· #72663
·
|
|
[PATCH v2] RedfishPkg/RedfishCrtLib: Add more CRT functions
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
|
By
Nickle Wang
· #72041
·
|
|
[PATCH v2] RedfishPkg/JsonLib: Add JsonLoadString function
Thanks for addressing my comment. The function header looks good to me now. Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
Thanks for addressing my comment. The function header looks good to me now. Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
|
By
Nickle Wang
· #72039
·
|
|
[PATCH] RedfishPkg/Include: EDKII Redfish Config Handler Protocol header file
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
|
By
Nickle Wang
· #72037
·
|
|
[PATCH] RedfishPkg/RedfishContentCodingLib: EDKII Redfish En/Decode library
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
|
By
Nickle Wang
· #72036
·
|
|
[PATCH] RedfishPkg/JsonLib: Ignore the build error of assignment within conditional expression
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
|
By
Nickle Wang
· #71772
·
|
|
[PATCH] RedfishPkg/JsonLib: Fix the mistake of removing code by a accident
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
Reviewed-by: Nickle Wang <nickle.wang@...> Thanks, Nickle
|
By
Nickle Wang
· #71771
·
|
|
[PATCH] RedfishPkg/JsonLib: Fix build errors
Hi Abner, You many want to update the function description. It mentioned "UTF8 encoded string" but the input string type is CHAR8, not CHAR16. Thanks, Nickle
Hi Abner, You many want to update the function description. It mentioned "UTF8 encoded string" but the input string type is CHAR8, not CHAR16. Thanks, Nickle
|
By
Nickle Wang
· #71768
·
|
|
[PATCH v2] RedfishPkg/DxeRestExLib: DxeRestExLib
Reviewed-by: Nickle Wang <nickle.wang@...>
Reviewed-by: Nickle Wang <nickle.wang@...>
|
By
Nickle Wang
· #69445
·
|