Skip to content
Commit bf468fb5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_pp_readresp: zero terminate line

The comment in the code mentions the zero terminating after having
copied data, but it mistakingly zero terminated the source data and not
the destination! This caused the test 864 problem discussed on the list:

http://curl.haxx.se/mail/lib-2013-12/0113.html


Signed-off-by: default avatarDaniel Stenberg <daniel@haxx.se>
parent ca4506b4
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