[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ssh_userauth_none crashes
[Thread Prev] | [Thread Next]
- Subject: Re: ssh_userauth_none crashes
- From: Yang Yubo <yang@xxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 16 Oct 2015 21:12:46 +0800
- To: libssh@xxxxxxxxxx
Hi Sruthi, I use libssh in one of my application, didn’t ever encounter such ssh_userauth_none crash error. It looks like some mySshSession was released or point to another memory address. I think it would be better if you could paste full example code that can reproduce the issue. Best Yang > On Oct 16, 2015, at 18:59, Sruthi Mohan (RBEI/EIA1) <Sruthi.Mohan@xxxxxxxxxxxx> wrote: > > Dear sir, > I am using libssh 0.7 > I have followed the following steps, > ssh_connect(mySshSession);=succesful > > Known host verification ==successful > > ssh_userauth_none(mySshSession, NULL); > > ssh_userauth_none crashes with the error > Heap block at 27415180 modified at 27415240 past requested size of b8. > > Any help would be appreciated > > > > Best regards > > Sruthi Mohan > RBEI/EIA1 > > Tel. +91(80)6783-7826
RE: ssh_userauth_none crashes | "Sruthi Mohan (RBEI/EIA1)" <Sruthi.Mohan@xxxxxxxxxxxx> |
ssh_userauth_none crashes | "Sruthi Mohan (RBEI/EIA1)" <Sruthi.Mohan@xxxxxxxxxxxx> |