Re: [libvirt] [PATCH] Improve error reporting when parsing dhcp info for virtual networks

2011-01-05 Thread Eric Blake
On 01/04/2011 11:14 PM, Laine Stump wrote: This is partially in response to https://bugzilla.redhat.com/show_bug.cgi?id=653300 The crash in that report was coincidentally fixed when we switched from using inet_pton() to using virSocketParseAddr(), but the absence of an ip address in a

Re: [libvirt] [PATCH] Improve error reporting when parsing dhcp info for virtual networks

2011-01-05 Thread Laine Stump
On 01/05/2011 11:26 AM, Eric Blake wrote: On 01/04/2011 11:14 PM, Laine Stump wrote: This is partially in response to https://bugzilla.redhat.com/show_bug.cgi?id=653300 The crash in that report was coincidentally fixed when we switched from using inet_pton() to using virSocketParseAddr(),

[libvirt] [PATCH] Improve error reporting when parsing dhcp info for virtual networks

2011-01-04 Thread Laine Stump
This is partially in response to https://bugzilla.redhat.com/show_bug.cgi?id=653300 The crash in that report was coincidentally fixed when we switched from using inet_pton() to using virSocketParseAddr(), but the absence of an ip address in a dhcp static host definition was still silently