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-03 20:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b95ad92e05
libvirt
/
tests
/
commanddata
/
test16.log
2 lines
23 B
Plaintext
Raw
Normal View
History
Unescape
Escape
command: shell-quote when logging commands Without this patch, logged command executions can be ambiguous if the command contained any shell metacharacters. This has caused more than one person to attempt to patch clients to add unnecessary quoting, without realizing that the command itself was run with correct args, and only the logged output was ambiguous. * src/util/command.c (virCommandToString): Add shell escapes. * tests/commandtest.c (test16): Test new behavior. * tests/commanddata/test16.log: Update expected output. * tests/qemuxml2argvdata/qemuxml2argv-*.args: Likewise. * tests/networkxml2argvdata/*.argv: Likewise.
2012-08-28 18:11:45 +00:00
A=B C=D E true F G H
Reference in New Issue
Copy Permalink