]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Reject attempts to create snapshots with names containig '/'
authorPeter Krempa <pkrempa@redhat.com>
Thu, 17 Jan 2013 13:07:10 +0000 (14:07 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 21 Jan 2013 10:48:45 +0000 (11:48 +0100)
commit790f912b468657859466215312dbfb0b1a9a1f69
treed153543f62f13d6b9f42a9e2d8540d9ebc264078
parent27054e1217e2787b1806f55c5f6eb8908612d690
qemu: Reject attempts to create snapshots with names containig '/'

The snapshot name is used to create path to the definition save file.
When the name contains slashes the creation of the file fails. Reject
such names.
src/qemu/qemu_driver.c