Commit 4a6fa4c2 authored by Steve Holme's avatar Steve Holme
Browse files

multi.c: Avoid invalid memory read after free() from commit 3c8c8732

As the current element in the list is free()d by Curl_llist_remove(),
when the associated connection is pending, reworked the loop to avoid
accessing the next element through e->next afterward.
parent c25cd909
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment