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 problems reported by cppcheck #3

Merged

Conversation

okkez
Copy link
Contributor

@okkez okkez commented Nov 2, 2012

I fixed problems reported by cppcheck.

$ cppcheck --enable=all --force src 2> cppcheck.log

cppcheck.log:

(snip)
[src/partclone.c:760]: (error) Memory leak: real_file
(snip)
[src/progress.c:151]: (error) Buffer is accessed out of bounds.
[src/progress.c:158]: (error) Buffer is accessed out of bounds.
[src/progress.c:171]: (error) Buffer is accessed out of bounds.
(snip)

Thomas-Tsai added a commit that referenced this pull request Nov 6, 2012
@Thomas-Tsai Thomas-Tsai merged commit c4cbc62 into Thomas-Tsai:master Nov 6, 2012
Thomas-Tsai pushed a commit that referenced this pull request Jan 13, 2017
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