cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: FW: scp upload failure memory leak

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 11 Jun 2008 23:26:31 +0200 (CEST)

On Wed, 11 Jun 2008, Jeff Weber wrote:

> curl 7.18.2 sftp upload with password authentication leaks. valgrind output
> attached.
>
> curl 7.18.2 sftp upload with publickey authentication leaks. valgrind
> output attached.
>
> To test these, I ran the curl command line tool from valgrind, and varied
> the authentication methods. The valgrind output shows the command line
> used.

And you didn't abort them or anything? Just let them upload? I tried the
following just now with regular password and it worked fine:

$ valgrind ./src/curl --netrc-optional -v -T '{README,README}' sftp://localhost/~/tmp/

-- 
  / daniel.haxx.se
Received on 2008-06-11