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

Static analyser issues #114

Merged
merged 1 commit into from
Oct 30, 2017
Merged

Static analyser issues #114

merged 1 commit into from
Oct 30, 2017

Conversation

lunixoid
Copy link
Contributor

I'm a member of the Pinguem.ru competition on finding errors in open source projects. Errors, found using PVS-Studio:

curlcpp/src/curl_form.cpp 136 err V611 The memory was allocated using 'malloc/realloc' function but was released using the 'delete' operator. Consider inspecting operation logics behind the 'new_files' variable.
curlcpp/src/curl_form.cpp 139 err V611 The memory was allocated using 'malloc/realloc' function but was released using the 'delete' operator. Consider inspecting operation logics behind the 'new_files' variable.

@JosephP91 JosephP91 merged commit 11c4979 into JosephP91:master Oct 30, 2017
@JosephP91
Copy link
Owner

JosephP91 commented Oct 30, 2017

Thank you! @lunixoid

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