On 03/09/2012 04:23 AM, Michal Privoznik wrote:
> On 09.03.2012 10:03, Laine Stump wrote:
>> virNetworkDNSHostsDefParseXML was calling VIR_ALLOC(def->hosts) if
>> def->hosts was NULL. This is a waste of time, though, since
>> VIR_REALLOC_N is called a few lines further down, prior to any use of
>>
On 09.03.2012 10:03, Laine Stump wrote:
> virNetworkDNSHostsDefParseXML was calling VIR_ALLOC(def->hosts) if
> def->hosts was NULL. This is a waste of time, though, since
> VIR_REALLOC_N is called a few lines further down, prior to any use of
> def->hosts. (initializing def->nhosts to 0 is also red
virNetworkDNSHostsDefParseXML was calling VIR_ALLOC(def->hosts) if
def->hosts was NULL. This is a waste of time, though, since
VIR_REALLOC_N is called a few lines further down, prior to any use of
def->hosts. (initializing def->nhosts to 0 is also redundant, because
the newly allocated memory will