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

Add memory leak and buffer overflow/underflow detection #268

Merged
merged 6 commits into from
Nov 30, 2024

Conversation

marcransome
Copy link
Owner

@marcransome marcransome commented Nov 30, 2024

Adds memory leak and buffer overflow/underflow detection. Also removes an unnecessary while loop iteration when parsing command-line arguments and a free() call that attempts to deallocate strings belonging to argv[].

Note

FlogCli unit tests will be added at a later date.

@marcransome marcransome added the enhancement New feature or request label Nov 30, 2024
@marcransome marcransome self-assigned this Nov 30, 2024
Copy link

github-actions bot commented Nov 30, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

@marcransome marcransome merged commit 7de9992 into main Nov 30, 2024
7 checks passed
@marcransome marcransome deleted the leak-detection branch November 30, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant