tianocore / edk2-redfish-client

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/Features: Variable used before being initialized #87

Closed nicklela closed 7 months ago

nicklela commented 8 months ago

Private->Uri is initialized after calling SetRedfishSettingsObjectsUri() but it is used in SetRedfishSettingsObjectsUri function. Use input parameter "Uri" instead.

Cc: Abner Chang abner.chang@amd.com Cc: Igor Kulchytskyy igork@ami.com