[libvirt] [PATCH 0/2] qemu: block: Fix issues pointed out by coverity

Peter Krempa posted 2 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1510220541.git.pkrempa@redhat.com
src/qemu/qemu_block.c | 76 ++++++++++++++++++++++++++++++++-------------------
1 file changed, 48 insertions(+), 28 deletions(-)
[libvirt] [PATCH 0/2] qemu: block: Fix issues pointed out by coverity
Posted by Peter Krempa 6 years, 5 months ago
Few unlikely memleaks and a more likely NULL deref.

Peter Krempa (2):
  qemu: block: Break out early on invalid storage sources
  qemu: block: Don't leak server JSON object from protocol generators

 src/qemu/qemu_block.c | 76 ++++++++++++++++++++++++++++++++-------------------
 1 file changed, 48 insertions(+), 28 deletions(-)

-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/2] qemu: block: Fix issues pointed out by coverity
Posted by John Ferlan 6 years, 5 months ago

On 11/09/2017 04:43 AM, Peter Krempa wrote:
> Few unlikely memleaks and a more likely NULL deref.
> 
> Peter Krempa (2):
>   qemu: block: Break out early on invalid storage sources
>   qemu: block: Don't leak server JSON object from protocol generators
> 
>  src/qemu/qemu_block.c | 76 ++++++++++++++++++++++++++++++++-------------------
>  1 file changed, 48 insertions(+), 28 deletions(-)
> 

Reviewed-by: John Ferlan <jferlan@redhat.com>
(series)

John

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list