On Thu, Jun 20, 2019 at 03:47:56PM +0200, Peter Krempa wrote:
Commit f34397e51c17 introduced a crash-inducing problem when
collecting
disk snapshot data, where the array would be filled starting from the
second element.
The code then dereferenced the first one.
How did this get past review?
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano