Re: [libvirt] [PATCH 08/11] conf: Use domainPostParseData(Alloc|Free) in virDomainDefValidate

2018-10-01 Thread Marc Hartmayer
On Sat, Sep 29, 2018 at 05:35 PM +0200, John Ferlan wrote: > On 9/20/18 1:44 PM, Marc Hartmayer wrote: >> For the usage of the parameter @parseOpqaue within >> virDomainDefValidate it must be ensured that the parameter >> @parseOpaque is not NULL. But since there are code paths where >> virDomainD

Re: [libvirt] [PATCH 08/11] conf: Use domainPostParseData(Alloc|Free) in virDomainDefValidate

2018-09-29 Thread John Ferlan
On 9/20/18 1:44 PM, Marc Hartmayer wrote: > For the usage of the parameter @parseOpqaue within > virDomainDefValidate it must be ensured that the parameter > @parseOpaque is not NULL. But since there are code paths where > virDomainDefValidate is called with @parseOpaque == > NULL (e.g. the func

[libvirt] [PATCH 08/11] conf: Use domainPostParseData(Alloc|Free) in virDomainDefValidate

2018-09-20 Thread Marc Hartmayer
For the usage of the parameter @parseOpqaue within virDomainDefValidate it must be ensured that the parameter @parseOpaque is not NULL. But since there are code paths where virDomainDefValidate is called with @parseOpaque == NULL (e.g. the function call of virDomainDefParseNode with @parseOpqaue ==