[libvirt PATCH 0/3] coverity fixes

Ján Tomko posted 3 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1730901567.git.jtomko@redhat.com
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 1 year, 3 months 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 1 year, 3 months 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>