mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-28 13:14:26 +00:00
Ensure that a '\0' always appears at the end of the ouput of the XML generator. Previously, exceptions during the Node(...) constructor might have prevented this. This commit also extends the xml_generator test to drive a harder test on exceptions in the Xml_generator. Issue #2953