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

Fixed curl multi reuse after free #968

Merged
merged 1 commit into from
Oct 14, 2023
Merged

Conversation

COM8
Copy link
Member

@COM8 COM8 commented Oct 13, 2023

Cleaning up the CURLM was not done correctly and therefore produced a reuse after free caught by the address sanitizer 🎉.

The correct way for cleaning is available here: https://curl.se/libcurl/c/curl_multi_cleanup.html

@COM8 COM8 added the Bug 🐛 label Oct 13, 2023
@COM8 COM8 added this to the CPR 1.10.x milestone Oct 13, 2023
@COM8 COM8 self-assigned this Oct 13, 2023
@COM8 COM8 marked this pull request as ready for review October 13, 2023 17:25
@COM8 COM8 merged commit fd9fa64 into master Oct 14, 2023
99 of 105 checks passed
@COM8 COM8 deleted the fix/curl_multi_reuse_after_free branch October 14, 2023 11:55
COM8 added a commit that referenced this pull request Oct 14, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant