Re: [Qemu-devel] [PATCH v3 0/2] fix leaks in bdrv_open_driver()

2017-07-28 Thread Kevin Wolf
Am 14.07.2017 um 16:35 hat Manos Pitsidianakis geschrieben: > v3: > new commit: block: fix dangling bs->explicit_options in block.c > rework error paths in bdrv_open_driver() > v2: > move bdrv_unref_child(bs, bs->file) to bdrv_open_driver > do not set bs->drv to NULL if open succeeds Thanks,

[Qemu-devel] [PATCH v3 0/2] fix leaks in bdrv_open_driver()

2017-07-14 Thread Manos Pitsidianakis
v3: new commit: block: fix dangling bs->explicit_options in block.c rework error paths in bdrv_open_driver() v2: move bdrv_unref_child(bs, bs->file) to bdrv_open_driver do not set bs->drv to NULL if open succeeds Manos Pitsidianakis (2): block: fix dangling bs->explicit_options in block.c