Re: [libvirt] [PATCH] network: fix crash when starting a network with no pf element

2014-08-15 Thread Laine Stump
On 08/14/2014 05:10 PM, Martin Kletzander wrote: On Thu, Aug 14, 2014 at 12:40:07PM -0400, Laine Stump wrote: src/network/bridge_driver.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c index

Re: [libvirt] [PATCH] network: fix crash when starting a network with no pf element

2014-08-15 Thread Martin Kletzander
On Fri, Aug 15, 2014 at 02:50:30AM -0400, Laine Stump wrote: On 08/14/2014 05:10 PM, Martin Kletzander wrote: On Thu, Aug 14, 2014 at 12:40:07PM -0400, Laine Stump wrote: src/network/bridge_driver.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git

[libvirt] [PATCH] network: fix crash when starting a network with no pf element

2014-08-14 Thread Laine Stump
Martin Kletzander pointed out in email that my commit 2a193f64 introduced a crash in networkCreateInterfacePool() during startup of any network that doesn't have a pf subelement of its forward element. He also supplied a patch. http://www.redhat.com/archives/libvir-list/2014-August/msg00655.html

Re: [libvirt] [PATCH] network: fix crash when starting a network with no pf element

2014-08-14 Thread Martin Kletzander
On Thu, Aug 14, 2014 at 12:40:07PM -0400, Laine Stump wrote: Martin Kletzander pointed out in email that my commit 2a193f64 introduced a crash in networkCreateInterfacePool() during startup of any network that doesn't have a pf subelement of its forward element. He also supplied a patch.