]> granicus.if.org Git - curl/commit
Make Curl_pop3_write() additionally truncate trailing POP3_EOB from received
authorYang Tse <yangsita@gmail.com>
Sat, 30 Jan 2010 05:22:30 +0000 (05:22 +0000)
committerYang Tse <yangsita@gmail.com>
Sat, 30 Jan 2010 05:22:30 +0000 (05:22 +0000)
commit715e3a806f333320f3d8a1172d7f000db59edcf6
tree0c2286a9962e17a64ea05b195d4e1e9df8b389cf
parent6ebd71d186a6437d3472bea991f4298263d3644f
Make Curl_pop3_write() additionally truncate trailing POP3_EOB from received
string buffer, otherwise Curl_client_write() call with zero size would write
to the end of string buffer including matched POP3_EOB.
lib/pop3.c