]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Escape commas for qemuBuildSmartcardCommandLine
authorAnya Harter <aharter@redhat.com>
Mon, 18 Jun 2018 17:57:25 +0000 (13:57 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 18 Jun 2018 23:39:08 +0000 (19:39 -0400)
commit0234a2754b94081bbbb31071dde3c95d9492ab68
tree74b5be3cbcb19522d4c93f557eaadbbdfbe27165
parent97975bef32d08c9e30c12c21311a3a2af048adf7
qemu: Escape commas for qemuBuildSmartcardCommandLine

Add comma escaping for smartcard->data.cert.file[i] and
smartcard->data.cert.database.

Signed-off-by: Anya Harter <aharter@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c
tests/qemuxml2argvdata/name-escape.args
tests/qemuxml2argvdata/name-escape.xml
tests/qemuxml2argvtest.c