genode/repos/libports/src
Norman Feske c2efa5406e xml_node: support backslash as attribute value
XML allows attribute values like <node attr="\"/>. The XML parser
wrongly reflects this case as 'Invalid_syntax'. This behavior stems from
the implicit use of the 'end_of_quote' function, which considers the
sequence of '\"' as a quoted '"' rather than the end of a quoted string.

The patch solves this problem by making the 'end_of_quote' part of
the tokenizer's scanner policy.

The patch removes the 'end_of_quote' function from 'util/string.h'
because it is not universal, and to avoid the ambiguity with
'SCANNER_POLICY::end_of_quote'.

Fixes #4431
2022-02-21 15:44:22 +01:00
..
app Remove 'Env::reinit' and 'Env::reinit_main_thread' 2022-02-15 10:17:28 +01:00
drivers/framebuffer/vesa os: deprecate platform API for x86, rpi, imx53 2022-01-19 12:38:12 +01:00
lib xml_node: support backslash as attribute value 2022-02-21 15:44:22 +01:00
server/system_rtc Replace server/acpi_input with app/acpi_event 2020-08-25 11:49:44 +02:00
test vfs_tap: VFS plugin for Uplink/Nic session access 2022-02-21 15:44:22 +01:00