[libvirt PATCH 0/4] Coverity fixes

Ján Tomko posted 4 patches 2 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1637677135.git.jtomko@redhat.com
src/ch/ch_monitor.c           |  4 +---
src/vbox/vbox_common.c        |  1 -
tests/virpcivpdtest.c         | 20 ++++++++++++++++++++
tools/virt-host-validate-ch.c |  2 +-
4 files changed, 22 insertions(+), 5 deletions(-)
[libvirt PATCH 0/4] Coverity fixes
Posted by Ján Tomko 2 years, 4 months ago
Ján Tomko (4):
  tools: virt-host-validate: fix memory leak
  vbox: fix vboxCapsInit
  ch: fix logic in virCHMonitorBuildPtyJson
  tests: pcivpdtest: check return value of virCreateAnonymousFile

 src/ch/ch_monitor.c           |  4 +---
 src/vbox/vbox_common.c        |  1 -
 tests/virpcivpdtest.c         | 20 ++++++++++++++++++++
 tools/virt-host-validate-ch.c |  2 +-
 4 files changed, 22 insertions(+), 5 deletions(-)

-- 
2.31.1

Re: [libvirt PATCH 0/4] Coverity fixes
Posted by Kristina Hanicova 2 years, 4 months ago
On Tue, Nov 23, 2021 at 3:21 PM Ján Tomko <jtomko@redhat.com> wrote:

> Ján Tomko (4):
>   tools: virt-host-validate: fix memory leak
>   vbox: fix vboxCapsInit
>   ch: fix logic in virCHMonitorBuildPtyJson
>   tests: pcivpdtest: check return value of virCreateAnonymousFile
>
>  src/ch/ch_monitor.c           |  4 +---
>  src/vbox/vbox_common.c        |  1 -
>  tests/virpcivpdtest.c         | 20 ++++++++++++++++++++
>  tools/virt-host-validate-ch.c |  2 +-
>  4 files changed, 22 insertions(+), 5 deletions(-)
>
> --
> 2.31.1
>
>
Reviewed-by: Kristína Hanicová <khanicov@redhat.com>