Kind ping :)
On 23/05/2026 00:43, Jean-Louis Dupond wrote:
> A v5 (and hopefully final :)) version of the patch.
>
> The only change since v4 is that QSIMPLEQ_FOREACH is replaced by QSIMPLEQ_FOREACH_SAFE.
> This to avoid a use after free when we free the 'bm' in the loop.
>
> Thanks
> Jean-Louis
>
> Jean-Louis Dupond (1):
> qcow2: add functionality to repair bitmaps
>
> block/qcow2-bitmap.c | 42 +++++++++++++++++++++++++++++++++++++++---
> block/qcow2-refcount.c | 3 ++-
> block/qcow2.c | 16 ++++++++++++----
> block/qcow2.h | 3 ++-
> 4 files changed, 55 insertions(+), 9 deletions(-)
>