[libvirt] [PATCH 0/2] Fix two valgrind problems

Michal Privoznik posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1501580396.git.mprivozn@redhat.com
src/rpc/virnetdaemon.c | 17 +++++++++++------
src/util/vircgroup.c   |  3 +--
2 files changed, 12 insertions(+), 8 deletions(-)
[libvirt] [PATCH 0/2] Fix two valgrind problems
Posted by Michal Privoznik 6 years, 7 months ago
Ideally, these would go into the release (at least 1/2 as it's a
double free).  The second one is just a leak so that one can wait
if needed.

Michal Privoznik (2):
  virCgroupValidateMachineGroup: Don't free @machinename
  virNetDaemonCallInhibit: Call virNetDaemonGotInhibitReply properly

 src/rpc/virnetdaemon.c | 17 +++++++++++------
 src/util/vircgroup.c   |  3 +--
 2 files changed, 12 insertions(+), 8 deletions(-)

-- 
2.13.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/2] Fix two valgrind problems
Posted by Ján Tomko 6 years, 7 months ago
On Tue, Aug 01, 2017 at 11:41:24AM +0200, Michal Privoznik wrote:
>Ideally, these would go into the release (at least 1/2 as it's a
>double free).  The second one is just a leak so that one can wait
>if needed.
>
>Michal Privoznik (2):
>  virCgroupValidateMachineGroup: Don't free @machinename
>  virNetDaemonCallInhibit: Call virNetDaemonGotInhibitReply properly
>

ACK series

Jan
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list