libvirt/tools
Jim Meyering 7c5735dc2a vshCommandParse: placate coverity
There is no real leak here, but Coverity-Prevent thinks there is.
It does not see that while there are four ways to return from
vshCommandGetToken with VSH_TK_END, none of them results in allocation
of a result.
* tools/virsh.c (vshCommandParse): Add a (currently) useless VIR_FREE,
to ensure that we never leak when vshCommandGetToken returns VSH_TK_END.
2010-02-16 18:17:44 +01:00
..
.gitignore Make pki_check.sh into an installed & supported tool 2009-09-21 14:41:46 +01:00
console.c Remove superfluous new lines from messages 2010-01-19 17:30:41 +01:00
console.h Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
libvirt_win_icon_16x16.ico Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
libvirt_win_icon_32x32.ico Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
libvirt_win_icon_48x48.ico Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
libvirt_win_icon_64x64.ico Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
Makefile.am Fix build in separate build directory 2009-10-01 16:55:09 +02:00
virsh_win_icon.rc Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
virsh.c vshCommandParse: placate coverity 2010-02-16 18:17:44 +01:00
virsh.pod Document cpu-compare command in virsh man page 2010-01-20 16:23:05 +01:00
virt-pki-validate.in virt-pki-validate contains unexpanded SYSCONFDIR variable 2010-02-04 16:47:29 +01:00
virt-xml-validate.in Add tool for validating XML & fix misc bugs in virsh POD docs 2009-04-19 15:10:45 +00:00