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
59041f0 introduces a use-after-free bug in CURL 7.67.0 from inside curl_multi_remove_handle()
See MusicPlayerDaemon/MPD#681 (comment) for an explanation.
The text was updated successfully, but these errors were encountered:
remove_handle: clear expire timers after multi_done()
253c31c
Since 59041f0, a new timer might be set in multi_done() so the clearing of the timers need to happen afterwards! Reported-by: Max Kellermann Fixes #4575
@MaxKellermann, does #4583 fix the issue for you?
Sorry, something went wrong.
It does. (I am involved in the downstream Arch Linux bug report.) Thanks a lot!
13182b3
Successfully merging a pull request may close this issue.
59041f0 introduces a use-after-free bug in CURL 7.67.0 from inside curl_multi_remove_handle()
See MusicPlayerDaemon/MPD#681 (comment) for an explanation.
The text was updated successfully, but these errors were encountered: