Re: [libvirt] [PATCH v2 2/8] cpu: fix cleanup when signature parsing fails

2018-08-24 Thread Jiri Denemark
On Thu, Aug 16, 2018 at 13:10:25 +0100, Daniel P. Berrangé wrote: > Two pieces of code accidentally jumped to the wrong label when they > failed causing incorrect cleanup, returning a partially initialized > CPU model struct. > > Signed-off-by: Daniel P. Berrangé Reviewed-by: Jiri Denemark --

[libvirt] [PATCH v2 2/8] cpu: fix cleanup when signature parsing fails

2018-08-16 Thread Daniel P . Berrangé
Two pieces of code accidentally jumped to the wrong label when they failed causing incorrect cleanup, returning a partially initialized CPU model struct. Signed-off-by: Daniel P. Berrangé --- src/cpu/cpu_x86.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git