[libvirt PATCH 0/2] Coverity diaries

Ján Tomko posted 2 patches 3 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1615823130.git.jtomko@redhat.com
tools/nss/libvirt_nss.c      | 4 +++-
tools/virsh-domain-monitor.c | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
[libvirt PATCH 0/2] Coverity diaries
Posted by Ján Tomko 3 years, 1 month ago
two minor bug fixes

Ján Tomko (2):
  cmdList: mark title as autofree
  nss: findLease: do not leak path

 tools/nss/libvirt_nss.c      | 4 +++-
 tools/virsh-domain-monitor.c | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

-- 
2.29.2

Re: [libvirt PATCH 0/2] Coverity diaries
Posted by Michal Privoznik 3 years, 1 month ago
On 3/15/21 4:46 PM, Ján Tomko wrote:
> two minor bug fixes
> 
> Ján Tomko (2):
>    cmdList: mark title as autofree
>    nss: findLease: do not leak path
> 
>   tools/nss/libvirt_nss.c      | 4 +++-
>   tools/virsh-domain-monitor.c | 4 ++--
>   2 files changed, 5 insertions(+), 3 deletions(-)
> 

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

Michal