Memory allocated by calloc() is filled with bytes of value zero. Signed-off-by: Mike Maslenkin <mike.maslen...@gmail.com> --- .../PrivateLibrary/RedfishLib/edk2libredfish/src/service.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/RedfishClientPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/service.c b/RedfishClientPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/service.c index a38bdfbea65f..0ffc23725d37 100644 --- a/RedfishClientPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/service.c +++ b/RedfishClientPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/service.c @@ -1773,7 +1773,6 @@ createServiceEnumeratorNoAuth ( char *HostStart; ret = (redfishService *)calloc (1, sizeof (redfishService)); - ZeroMem (ret, sizeof (redfishService)); if (initRest (ret, restProtocol) != 0) { free (ret); return NULL; -- 2.32.0 (Apple Git-132) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109219): https://edk2.groups.io/g/devel/message/109219 Mute This Topic: https://groups.io/mt/101667462/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-