[libvirt PATCH 0/2] coverity fixes

Ján Tomko posted 2 patches 2 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.1646312916.git.jtomko@redhat.com
src/remote/remote_daemon_dispatch.c | 5 ++++-
src/remote/remote_driver.c          | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
[libvirt PATCH 0/2] coverity fixes
Posted by Ján Tomko 2 years, 1 month ago
Ján Tomko (2):
  remote: close outfiles faster
  remote: dispatch: free and close infiles too

 src/remote/remote_daemon_dispatch.c | 5 ++++-
 src/remote/remote_driver.c          | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

-- 
2.34.1

Re: [libvirt PATCH 0/2] coverity fixes
Posted by Peter Krempa 2 years, 1 month ago
On Thu, Mar 03, 2022 at 14:08:49 +0100, Ján Tomko wrote:
> Ján Tomko (2):
>   remote: close outfiles faster
>   remote: dispatch: free and close infiles too

Oops.

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