libnetconf
libnetconf copied to clipboard
C NETCONF library
I can't reproduce it but in continuous integration often we find this coredump. id 5d80a02a6d51c05d5d6e436ec970aefeec28b9af reason: netopeer-server killed by SIGSEGV time: Wed 08 Mar 2017 11:15:13 AM CET cmdline: /usr/bin/netopeer-server...
if nacm.c line 1501 if nacm is NULL the lib will crash with segmentation fault. this will always happen if it comes from line 1385 because nacm is null
Hi, In session.c line 1572 https://github.com/CESNET/libnetconf/blob/master/src/session.c#L1572 the strlen (text) should be checked before accessing the content of the text. currently I'm having a crash (very sporadic) and I was able...
Hi, I'm seeing couple of issues with regard to password based authentication in libnetconf. Can these issues be fixed ? Thanks in advance. 1. Memory leak in callback_sshauth_publickey_default We are...
On my Fedora 23, there is an error/warning message in the output of configure: ``` checking host system type... x86_64-unknown-linux-gnu sed: -e expression #1, char 0: no previous regular expression...
Hi, I have observed validation issue with the sequence of leaf elements within grouping. To keep things simple I used bellow dummy yang model to reporduce the issue. $ cat...
Hi, michalvasko: I find a memory leak when i read code. The following code is: nc_reply* **ncds_apply_rpc**(ncds_id id, const struct nc_session* session, const nc_rpc* rpc, struct nc_filter* shared_filter) { .......
i have some question want to konw clearly , there is no mention about the Confirmed Commit Capability ,Rollback-on-Error Capability,XPath Capability and yang-push:1.0 etc, so i want to know that...
``` $ ./configure && make ... ./libtool --tag=CC --quiet --mode=compile clang -Wall -I/usr/include/libxml2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -O3 -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -pthread -DNC_WORKINGDIR_PATH=\"//var/lib/libnetconf/\" -DNC_SESSIONFILE_PATH=\"//var/lib/libnetconf/\" -DNCNTF_STREAMS_PATH=\"//var/lib/libnetconf//streams/\" -DSETBIT=0 -DRCSID=\""built from git 49c791ceb2009b5897b0"\" -I/test 123/libnetconf/src -fPIC...
Hard to reproduce but have seen multiple times. Occurs for cases that involve closing session (either due to malformed messages or if other side closes sessions). (gdb) where #0 0x00007f50ac945f0c...