]> Git Repo - qemu.git/commit
fix: avoid an infinite loop or a dangling pointer problem in img_commit
authorsochin.jiang <[email protected]>
Thu, 15 Jun 2017 06:47:33 +0000 (14:47 +0800)
committerMax Reitz <[email protected]>
Mon, 26 Jun 2017 12:54:46 +0000 (14:54 +0200)
commit4172a00373b2c81374293becc02b16b7f8c76659
treefd448d57f39b13a48460c626bc6d3a49e6e7ccca
parentf5a5ca796932d04cb2a1cb9382a55f72795b3e06
fix: avoid an infinite loop or a dangling pointer problem in img_commit

img_commit could fall into an infinite loop calling run_block_job() if
its blockjob fails on any I/O error, fix this already known problem.

Signed-off-by: sochin.jiang <[email protected]>
Message-id: 1497509253[email protected]
Signed-off-by: Max Reitz <[email protected]>
blockjob.c
include/block/blockjob.h
qemu-img.c
This page took 0.024885 seconds and 4 git commands to generate.