-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid value in data payload lead to crash in print_set_debug from xpath.c #2263
Comments
Fine, fixed. It seems the reply is parsed because unknown data are expected. This is the case (in libnetconf2) if some server YANG modules fail to load. |
Thanks a lot!
|
|
|
Right, the data are most likely enclosed in an |
Hi,
I sent an invalid key for the id, -1:
Yang definition is as follows:
else if ((!item->node->schema && !lyd_child(item->node)) || (**item->node->schema**->nodetype == LYS_LEAFLIST))
The text was updated successfully, but these errors were encountered: