commit | 67403dbba76fb294fb3a2317227f4b77037145cc | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Oct 31 11:49:21 2011 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Nov 04 14:23:44 2011 +0100 |
tree | fb6287e71e1ce653a9ae1b462667fc8ab10d0aee | |
parent | f2360620fbebc24a0e2d58d0038ed3a007d28521 [diff] |
qemu-io: Fix multiwrite_f error handling Without this fix, some qiovs can be leaked if an error occurs. Also a semicolon at the end of the command line would make the code walk beyond the end of argv. Signed-off-by: Kevin Wolf <kwolf@redhat.com>