]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Escape strings serialized in XML
authorDaniel Veillard <veillard@redhat.com>
Mon, 8 Feb 2010 17:03:43 +0000 (18:03 +0100)
committerDaniel Veillard <veillard@redhat.com>
Wed, 10 Feb 2010 09:23:30 +0000 (10:23 +0100)
commit69cf62adacdf463ef6b47cdc267b37d65c8670dd
tree05b3cb61f63572eac2e9337a7e9cbeb0ab5fa665
parenta82a87f26b0a6bacb53f3c7cd200a86a026ab6df
Escape strings serialized in XML

* src/conf/node_device_conf.c: string saved into XML should be escaped
  with the use of virBufferEscapeString()
src/conf/node_device_conf.c