[libvirt PATCH 0/2] Two small LXC veth creation bugs

Laine Stump posted 2 patches 3 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210106235535.881120-1-laine@redhat.com
src/lxc/lxc_process.c | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
[libvirt PATCH 0/2] Two small LXC veth creation bugs
Posted by Laine Stump 3 years, 3 months ago
Laine Stump (2):
  lxc: remove unnecessary call to virNetDevReserveName()
  lxc: eliminate leaked and dangling pointers in
    virLXCProcessSetupInterfaceTap

 src/lxc/lxc_process.c | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

-- 
2.29.2

Re: [libvirt PATCH 0/2] Two small LXC veth creation bugs
Posted by Michal Privoznik 3 years, 3 months ago
On 1/7/21 12:55 AM, Laine Stump wrote:
> 
> Laine Stump (2):
>    lxc: remove unnecessary call to virNetDevReserveName()
>    lxc: eliminate leaked and dangling pointers in
>      virLXCProcessSetupInterfaceTap
> 
>   src/lxc/lxc_process.c | 13 ++++++-------
>   1 file changed, 6 insertions(+), 7 deletions(-)
> 

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

Michal