Re: [Qemu-devel] [PATCH v2 0/7] Add checks for corruption in the snapshot table

2018-03-06 Thread Kevin Wolf
Am 06.03.2018 um 17:14 hat Alberto Garcia geschrieben: > Hey, > > here's the new version of this series. It fixes a leak reported by > Kevin and adds a couple of error_report_err() to make use of the > message returned by qcow2_validate_table(). Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH v2 0/7] Add checks for corruption in the snapshot table

2018-03-06 Thread Alberto Garcia
Hey, here's the new version of this series. It fixes a leak reported by Kevin and adds a couple of error_report_err() to make use of the message returned by qcow2_validate_table(). Regards, Berto Changes: v2: - Patch 3: Don't leak l1_table and report the error returned by