Segfault in nc_accept when password is not defined #469
Labels
is:bug
Bug description.
status:completed
From the developer perspective, the issue was solved (bug fixed, question answered,...)
Hi!
I've created a minimalistic netconf server using libnetconf2, and when
I tried to connect to it using ncclient, it threw a segfault.
Python commands:
Server print:
Password authentication is not allowed intentionally, so no password is
stored in libnetconf2.
It works with netopeer2-cli, because it correctly uses keyboard-
interactive authentication, but ncclient is a popular netconf client,
and throwing a segfault in this case is probably not intended.
I'm using the latest libnetconf2, and I've attached the code.
nc_interactive.zip
Thanks!
The text was updated successfully, but these errors were encountered: