Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash with queries to proxy-node schemas
Querying the fields of a model with a proxy node, with the option of report-all causes a crash in apteryx-xml/schema.c in the function _sch_traverse_nodes. This is due to schema being set to NULL while handling the proxy node. This change exits the routine early if schema is set to NULL.
- Loading branch information