mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 18:06:50 +00:00
When calling 'sub_node' on a node with no sub nodes, the Xml_node would interpret the characters after the current node while searching for sub nodes. The patch adds a sanity check that lets the 'sub_node' function throw an exception when called on a node with no sub nodes.