]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Use virBufferEscapeShell in virNetSocketNewConnectSSH
authorGuido Günther <agx@sigxcpu.org>
Thu, 13 Oct 2011 19:49:01 +0000 (21:49 +0200)
committerGuido Günther <agx@sigxcpu.org>
Thu, 13 Oct 2011 21:41:32 +0000 (23:41 +0200)
commit6ac6238de33fc74e7545b245ae273d1bfd658808
treee747e3b10fb110638d127d6a0031035ae5ea8fc8
parent920487b36d2bf38ebad89207e64f57a7ffa2afb1
Use virBufferEscapeShell in virNetSocketNewConnectSSH

to escape the netcat command since it's passed to the shell. Adjust
expected test case output accordingly.
src/rpc/virnetsocket.c
tests/virnetsockettest.c