[libvirt PATCH 0/3] coverity fixes

Ján Tomko posted 3 patches 2 weeks ago
There is a newer version of this series
src/ch/ch_monitor.c     | 3 ++-
src/qemu/qemu_chardev.c | 2 +-
src/util/virjson.c      | 5 +++++
3 files changed, 8 insertions(+), 2 deletions(-)
[libvirt PATCH 0/3] coverity fixes
Posted by Ján Tomko 2 weeks ago
Ján Tomko (3):
  qemu: chardev: avoid impossible overflow
  util: json: check return value of virJSONValueFromJsonC
  ch: check return value of virJSONValueArrayAppend

 src/ch/ch_monitor.c     | 3 ++-
 src/qemu/qemu_chardev.c | 2 +-
 src/util/virjson.c      | 5 +++++
 3 files changed, 8 insertions(+), 2 deletions(-)

-- 
2.47.0
Re: [libvirt PATCH 0/3] coverity fixes
Posted by Peter Krempa 2 weeks ago
On Wed, Nov 06, 2024 at 14:59:24 +0100, Ján Tomko wrote:
> Ján Tomko (3):
>   qemu: chardev: avoid impossible overflow
>   util: json: check return value of virJSONValueFromJsonC
>   ch: check return value of virJSONValueArrayAppend

Reviewed-by: Peter Krempa <pkrempa@redhat.com>