Skip to content
Snippets Groups Projects
Commit 54cb9eaf authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

socks: check for entries with the right port number

The resolve call is done with the right port number, but the subsequent
check used the wrong one, which then could find a previous resolve which
would return and leave the fresh resolve "incomplete" and leaking
memory.

Fixes #6247
parent d6ced230
No related merge requests found
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