projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93361b7
)
parallels: return earler in fail_format branch in parallels_open()
author
Denis V. Lunev
<den@openvz.org>
Mon, 18 Sep 2023 18:00:43 +0000
(20:00 +0200)
committer
Denis V. Lunev
<den@openvz.org>
Thu, 21 Sep 2023 06:45:55 +0000
(08:45 +0200)
We do not need to perform any deallocation/cleanup if wrong format is
detected.
Signed-off-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Alexander Ivanov <alexander.ivanov@virtuozzo.com>
block/parallels.c
patch
|
blob
|
history
diff --git
a/block/parallels.c
b/block/parallels.c
index ae006e7fc72823d0b4d0301ca673abb60dc47372..12f38cf70b532fcde74298099d3eac3092286ab3 100644
(file)
--- a/
block/parallels.c
+++ b/
block/parallels.c
@@
-1232,7
+1232,8
@@
static int parallels_open(BlockDriverState *bs, QDict *options, int flags,
fail_format:
error_setg(errp, "Image not in Parallels format");
- ret = -EINVAL;
+ return -EINVAL;
+
fail:
/*
* "s" object was allocated by g_malloc0 so we can safely