2010/2/8 Daniel Veillard <veillard(a)redhat.com>:
A large part of the serialization code in
src/conf/node_device_conf.c
forgot that rule, this led to
https://bugzilla.redhat.com/show_bug.cgi?id=547045
Escape strings serialized in XML
* src/conf/node_device_conf.c: string saved into XML should be escaped
with the use of virBufferEscapeString()
ACK.
Matthias