Skip to content
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

Merged
merged 11 commits into from
Oct 31, 2023
Merged

Conversation

ghbaccount
Copy link
Contributor

No description provided.

Reviewed-by: Nickle Wang <[email protected]>
Signed-off-by: Mike Maslenkin <[email protected]>
Reviewed-by: Nickle Wang <[email protected]>
Signed-off-by: Mike Maslenkin <[email protected]>
Memory allocated by calloc() is filled with bytes of value zero.

Reviewed-by: Nickle Wang <[email protected]>
Signed-off-by: Mike Maslenkin <[email protected]>
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]>
This patch fixes leak in RedfishExternalResourceResourceFeatureCallback
function.

Reviewed-by: Nickle Wang <[email protected]>
Signed-off-by: Mike Maslenkin <[email protected]>
Reviewed-by: Nickle Wang <[email protected]>
Signed-off-by: Mike Maslenkin <[email protected]>
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]>
Reviewed-by: Abner Chang <[email protected]>
Reviewed-by: Nickle Wang <[email protected]>
Signed-off-by: Mike Maslenkin <[email protected]>
@nicklela nicklela merged commit 0063a97 into tianocore:main Oct 31, 2023
5 checks passed
@ghbaccount ghbaccount deleted the fix_format_and_leaks branch January 30, 2024 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants