This website requires JavaScript.
Explore
Help
Sign In
External
/
libvirt
Watch
1
Star
0
Fork
0
You've already forked libvirt
mirror of
https://gitlab.com/libvirt/libvirt.git
synced
2024-11-06 13:20:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e06dffa3f4
libvirt
/
tests
/
storagevolxml2argvdata
/
qcow2-zerocapacity.argv
2 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
util: require command args to be non-NULL The virCommand APIs do not expect to be given a NULL value for an arg name or value. Such a mistake can lead to execution of the wrong command, as the NULL may prematurely terminate the list of args. Detect this and report suitable error messages. This identified a flaw in the storage test which was passing a NULL instead of the volume path. This flaw was then validated by an incorrect set of qemu-img args as expected data. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2018-12-17 13:18:31 +00:00
qemu-img create -f qcow2 -o compat=0.10 /var/lib/libvirt/images/OtherDemo.img 0K
Reference in New Issue
Copy Permalink