[libvirt] [PATCH 0/2] network: fix crash during cleanup from failure to allocate port

Laine Stump posted 2 patches 4 years, 8 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190816024200.29474-1-laine@redhat.com
src/network/bridge_driver.c | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
[libvirt] [PATCH 0/2] network: fix crash during cleanup from failure to allocate port
Posted by Laine Stump 4 years, 8 months ago
The first patch fixes the bug. The 2nd patch just updates some code
that I noticed while fixing the bug (because I figured someone would
whine that I was just moving around calls to outdated APIs).

Laine Stump (2):
  network: fix crash during cleanup from failure to allocate port
  network: replace virSaveLastError() with virErrorPreserveLast()

 src/network/bridge_driver.c | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/2] network: fix crash during cleanup from failure to allocate port
Posted by Michal Privoznik 4 years, 8 months ago
On 8/16/19 4:41 AM, Laine Stump wrote:
> The first patch fixes the bug. The 2nd patch just updates some code
> that I noticed while fixing the bug (because I figured someone would
> whine that I was just moving around calls to outdated APIs).
> 
> Laine Stump (2):
>    network: fix crash during cleanup from failure to allocate port
>    network: replace virSaveLastError() with virErrorPreserveLast()
> 
>   src/network/bridge_driver.c | 23 +++++++++++------------
>   1 file changed, 11 insertions(+), 12 deletions(-)
> 

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

Michal

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