[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [qemu-xen-unstable] block-cow: don't close cow_fd twice on error
commit 04ffc2f665cc0dd85f24274c696708dc3bc93156 Author: Kaifeng Zhu <kaifeng.zhu@xxxxxxxxxx> AuthorDate: Fri Mar 7 15:03:40 2014 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Fri Oct 16 16:52:06 2015 +0100 block-cow: don't close cow_fd twice on error Signed-off-by: Kaifeng Zhu <kaifeng.zhu@xxxxxxxxxx> Coverity-ID: 1056200 Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- block-cow.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/block-cow.c b/block-cow.c index 777d8a5..9ad0a32 100644 --- a/block-cow.c +++ b/block-cow.c @@ -224,7 +224,6 @@ static int cow_create(const char *filename, int64_t image_sectors, fd = open(image_filename, O_RDONLY | O_BINARY); if (fd < 0) { - close(cow_fd); goto mtime_fail; } if (fstat(fd, &st) != 0) { -- generated by git-patchbot for /home/xen/git/qemu-xen-unstable.git _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |