You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of a call to DNode.new with cdata containing an opaque node
the new method tries to access cdata.schema.nodetype, which results
in a NULL pointer dereference.
To get the schema for an opaque node retrieve the schema from the
context using the path of the node.
Fixes: #73
Signed-off-by: nvxf <68589039+nvxf@users.noreply.github.com>
Acked-by: Samuel Gauthier <samuel.gauthier@6wind.com>
0 commit comments