-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix format and leaks #52
Commits on Oct 30, 2023
-
RedfishClientPkg: fix format used for output __func__
Reviewed-by: Nickle Wang <[email protected]> Signed-off-by: Mike Maslenkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50383be - Browse repository at this point
Copy the full SHA 50383beView commit details -
RedfishClientPkg: fix DEBUG macro arguments
Reviewed-by: Nickle Wang <[email protected]> Signed-off-by: Mike Maslenkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a012cc - Browse repository at this point
Copy the full SHA 0a012ccView commit details -
RedfishLib: remove redudant zeroing
Memory allocated by calloc() is filled with bytes of value zero. Reviewed-by: Nickle Wang <[email protected]> Signed-off-by: Mike Maslenkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20270a2 - Browse repository at this point
Copy the full SHA 20270a2View commit details -
RedfishClientPkg: RedfishFeatureUtilityLib: fix memory leaks
Reviewed-by: Nickle Wang <[email protected]> Signed-off-by: Mike Maslenkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7aaf972 - Browse repository at this point
Copy the full SHA 7aaf972View commit details -
RedfishClientPkg: reduce identation level by adding early return
This functions contain memory leaks. Less identation helps to solve this issues. Reviewed-by: Nickle Wang <[email protected]> Signed-off-by: Mike Maslenkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b698b4a - Browse repository at this point
Copy the full SHA b698b4aView commit details -
RedfishClientPkg: fix memory leaks while applying feature settings
Reviewed-by: Nickle Wang <[email protected]> Signed-off-by: Mike Maslenkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c99cf54 - Browse repository at this point
Copy the full SHA c99cf54View commit details -
RedfishClientPkg: fix memory leak
This patch fixes leak in RedfishExternalResourceResourceFeatureCallback function. Reviewed-by: Nickle Wang <[email protected]> Signed-off-by: Mike Maslenkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26026f4 - Browse repository at this point
Copy the full SHA 26026f4View commit details -
RedfishClientPkg: fix pragma pack usage
Reviewed-by: Nickle Wang <[email protected]> Signed-off-by: Mike Maslenkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcfbe0f - Browse repository at this point
Copy the full SHA fcfbe0fView commit details -
RedfishClientPkg: fix StrnCpyS arguments
StrnCpyS accepts string length in characters, not in bytes. Reviewed-by: Abner Chang <[email protected]> Reviewed-by: Nickle Wang <[email protected]> Signed-off-by: Mike Maslenkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38ed05b - Browse repository at this point
Copy the full SHA 38ed05bView commit details -
RedfishFeatureCoreDxe: replace __FUNCTION__ with __func__
Reviewed-by: Nickle Wang <[email protected]> Signed-off-by: Mike Maslenkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2172bf9 - Browse repository at this point
Copy the full SHA 2172bf9View commit details -
RedfishFeatureCoreDxe: add check for memory allocation failure
Reviewed-by: Abner Chang <[email protected]> Reviewed-by: Nickle Wang <[email protected]> Signed-off-by: Mike Maslenkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a905d84 - Browse repository at this point
Copy the full SHA a905d84View commit details