[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
segmentation fault ssh_userauth_none
[Thread Prev] | [Thread Next]
- Subject: segmentation fault ssh_userauth_none
- From: Daniel Kroker <dk@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 27 May 2019 13:22:43 +0200
- To: libssh@xxxxxxxxxx
Hi,
if i call
if(!session)
{
qDebug()<<"Sessionnotestablished";
qDebug()<<"SSHError12:",ssh_get_error(session);
return-1;
}
rc=ssh_userauth_none(session,NULL);
method=ssh_userauth_list(session,NULL);
qDebug()<<"method:"<<QString::number(method);
with libssh 0.8.7 i get a segmentation fault on ssh_userauth_none.
On libssh 0.7.x it has been worked.
There are any changes here?
the session variable is initalized
--
Mit freundlichen Grüßen
Daniel Kroker
VENTAS AG 20+ Jahre ERP-Erfahrung!
Web: www.ventas.de
Fon: 040 / 32 33 34 0
Fax: 040 / 32 33 34 38
Firmensitz: Neuer Wall 10, 20354 Hamburg, Deutschland
Registergericht: Hamburg, HRB 80 297 Ust.IdNr.: DE118686712
Vorstandsvorsitzender: Dipl. Ing. Alain Siverly
Aufsichtsratsvorsitzender: Dr. Olaf Rehme
| Re: segmentation fault ssh_userauth_none | Andreas Schneider <asn@xxxxxxxxxxxxxx> |