]> git.ipfire.org Git - thirdparty/curl.git/commit
smtp: fixed a few uses of size_t that seemed to believe it was signed
authorDaniel Stenberg <daniel@haxx.se>
Fri, 18 Jun 2010 14:20:41 +0000 (16:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Jun 2010 14:20:41 +0000 (16:20 +0200)
commit614bae813e0adf472a5c3d20abf98646a1b24dbf
tree4551db55eea45ac5ef1ed5f230fdd3d9612bee46
parentbd6a695545966b05a99eb7eac74bb20715ead8dd
smtp: fixed a few uses of size_t that seemed to believe it was signed

Reported-by: Steven M. Schweda
lib/smtp.c