]> granicus.if.org Git - curl/commit
When working with a problem Stefan Becker had, I found an off-by-one buffer
authorDaniel Stenberg <daniel@haxx.se>
Sat, 26 May 2007 22:09:08 +0000 (22:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 26 May 2007 22:09:08 +0000 (22:09 +0000)
commitb9a6dfab03abe9950182e0b99d3394713ed19147
tree16c3e0ee22d43267a6cdd742ab2a7de45a6a3344
parent8bd7197a8fb6d4a49df7efa25361c95ebdfc1d9c
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).
CHANGES
RELEASE-NOTES