Utilizes the EFI protocols provided by EDK2 Redfish Foundation to communicate with the Redfish service for creating, consuming, and updating the Redfish properties which are managed by firmware.
Other
7
stars
5
forks
source link
RedfishClientPkg/ConverterLib: Fix empty string value issue #1
allocateDuplicateStr() will not copy input string when input string is empty string. It returns NULL pointer and creates assertion in application driver.
allocateDuplicateStr() will not copy input string when input string is empty string. It returns NULL pointer and creates assertion in application driver.
Cc: Abner Chang abner.chang@amd.com Cc: Igor Kulchytskyy igork@ami.com Reviewed-by: Abner Chang abner.chang@amd.com