On 15.01.20 08:27, Andreas Schneider wrote:

> On Wednesday, 15 January 2020 01:22:13 CET [email protected] wrote:
>> I cross compiled V 0.9.3 with MinGW on Ubuntu. The compilation worked
>> flawlessly.
>>
>> But when I run my code linked to the resulting libssh.dll, it crashes
>> immediately when I set verbosity to > 2.
>>
>> I could track this down to vsnprintf() which is called through line 865
>> in channels.c:
>>
>>   SSH_LOG(SSH_LOG_PACKET,
>>           "placing %zu bytes into channel buffer (%s)",
>>           len,
>>           s_stderr ? "stderr" : "stdout");
> Try s_stderr -> is_stderr

Hi Andreas,

Haha that would be a silly issue, when the compiler would not complain
about this...

Sorry, I somehow lost the 'i' when I pasted the code into the mail.

Cheers,
Till


Reply via email to