Commit b9a6dfab authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

When working with a problem Stefan Becker had, I found an off-by-one buffer

overwrite in Curl_select(). While fixing it, I also improved its performance
somewhat by changing calloc to malloc and breaking out of a loop earlier
(when possible).
parent 8bd7197a
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