Re: [libvirt] [PATCH] leaseshelper: fix crash when no mac is specified

2016-01-19 Thread Daniel P. Berrange
On Thu, Jan 14, 2016 at 03:15:04PM +0100, Ján Tomko wrote: > If dnsmasq specified DNSMASQ_IAID (so we're dealing with an IPv6 > lease) but no DNSMASQ_MAC, we skip creation of the new lease object. > > Also skip adding it to the leases array. > >

[libvirt] [PATCH] leaseshelper: fix crash when no mac is specified

2016-01-14 Thread Ján Tomko
If dnsmasq specified DNSMASQ_IAID (so we're dealing with an IPv6 lease) but no DNSMASQ_MAC, we skip creation of the new lease object. Also skip adding it to the leases array. https://bugzilla.redhat.com/show_bug.cgi?id=1202350 https://bugzilla.redhat.com/show_bug.cgi?id=1292941 ---