commit | f2360620fbebc24a0e2d58d0038ed3a007d28521 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Oct 31 11:36:32 2011 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Nov 04 14:23:36 2011 +0100 |
tree | 1a86cb8b4fb91fd1a20378f3f5aa47fb03f01002 | |
parent | 932eacc158c064935c7bab920c88a93a629e1ca4 [diff] |
qemu-io: Handle create_iovec errors Callers of create_iovec() didn't check for failure and continued with uninitialised data in error cases. This patch adds checks to each call. Signed-off-by: Kevin Wolf <kwolf@redhat.com>