Re: [Qemu-block] [PATCH] qemu-img: Fix leakage of options on error

2017-05-15 Thread Max Reitz
On 2017-05-15 16:10, Fam Zheng wrote: > Reported by Coverity. > > Signed-off-by: Fam Zheng > --- > qemu-img.c | 1 + > 1 file changed, 1 insertion(+) Thanks, applied to my block branch: https://github.com/XanClic/qemu/commits/block Max signature.asc Description: OpenPGP

[Qemu-block] [PATCH] qemu-img: Fix leakage of options on error

2017-05-15 Thread Fam Zheng
Reported by Coverity. Signed-off-by: Fam Zheng --- qemu-img.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu-img.c b/qemu-img.c index b506839..8b0dfa7 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -294,6 +294,7 @@ static BlockBackend *img_open_opts(const char *optstr,