[libvirt PATCH 0/3] coverity diaries

Ján Tomko posted 3 patches 3 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.1607593175.git.jtomko@redhat.com
src/hyperv/hyperv_driver.c | 3 ---
src/qemu/qemu_command.c    | 3 ++-
tools/virsh-domain.c       | 2 +-
3 files changed, 3 insertions(+), 5 deletions(-)
[libvirt PATCH 0/3] coverity diaries
Posted by Ján Tomko 3 years, 4 months ago
Ján Tomko (3):
  virsh: virshAddressParse: check for malformed address
  qemuBuildMemoryDeviceStr: check return of qemuBuildDeviceAddressStr
  hyperv: remove duplicit addr check

 src/hyperv/hyperv_driver.c | 3 ---
 src/qemu/qemu_command.c    | 3 ++-
 tools/virsh-domain.c       | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

-- 
2.26.2

Re: [libvirt PATCH 0/3] coverity diaries
Posted by Michal Privoznik 3 years, 4 months ago
On 12/10/20 10:41 AM, Ján Tomko wrote:
> Ján Tomko (3):
>    virsh: virshAddressParse: check for malformed address
>    qemuBuildMemoryDeviceStr: check return of qemuBuildDeviceAddressStr
>    hyperv: remove duplicit addr check
> 
>   src/hyperv/hyperv_driver.c | 3 ---
>   src/qemu/qemu_command.c    | 3 ++-
>   tools/virsh-domain.c       | 2 +-
>   3 files changed, 3 insertions(+), 5 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal