
9 Feb
2010
9 Feb
'10
7:53 p.m.
2010/2/8 Daniel Veillard <veillard@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