ntadeu

Results 4 issues of ntadeu

I'm creating several datastore using `ncds_new` (both `NCDS_TYPE_CUSTOM` and `NCDS_TYPE_EMPTY`) In order for libnetconf to resolve the imports, grouping and augments I'm using both `ncds_add_models_path` and `ncds_add_model` (for each yin...

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 have lib netconf configure with ssh disabled and TLS disabled and I'm using netopeer to connect to the server. Sometimes during the capability exchange the server enters a...