cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: small patches for ssh (Daniel Stenberg)

From: Ellié Computing Open Source Program <opensource_at_elliecomputing.com>
Date: Mon, 26 Dec 2011 18:00:28 +0100

>On Sat, 24 Dec 2011, Elli? Computing Open Source Program wrote:
>
>> new_readdir_line = realloc(sshc->readdir_line,
>> sshc->readdir_totalLen + 4 +
>> sshc->readdir_len);
>>
>> at line 1890, the total length ?sshc->readdir_totalLen? is not updated...
>> hence it worked with the PATH_MAX value... better than that simply add
>> the
>> line:
>
>> sshc->readdir_totalLen += 4 + sshc->readdir_len;
>
>Oh, right. To be sure I don't misunderstand, can you post us a proper patch
>with this change so that it gets done on the correct place?

here is the result of git format-patch -1
Received on 2011-12-26