]> git.ipfire.org Git - thirdparty/curl.git/commit
Curl_smtp_escape_eob: fix EOB escaping
authorDaniel Stenberg <daniel@haxx.se>
Wed, 19 Oct 2011 22:13:09 +0000 (00:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 19 Oct 2011 22:13:09 +0000 (00:13 +0200)
commit2621dd42a4d3e510e68f7d6a31ba325634d87ee6
treeb13e22ce533a45a70d698cfb7cea366280bea842
parent2c8c46619b4386ecbce8104e6962852889e5e86f
Curl_smtp_escape_eob: fix EOB escaping

As the EOB string can come byte by byte over a series of writes we must
match byte-wise.

Bug: http://curl.haxx.se/mail/lib-2011-10/0172.html
lib/smtp.c