Re: [libvirt] [PATCH v2 0/4] Misc fixes to network port code

2019-06-18 Thread John Ferlan
On 6/18/19 1:39 PM, Daniel P. Berrangé wrote: > Fixes for bugs spotted by coverity > > Daniel P. Berrangé (4): > conf: fix leak when parsing network port XML > conf: fix leak of directory handle when loading network ports > conf: fix NULL deref when exporting ports > conf: add error chec

[libvirt] [PATCH v2 0/4] Misc fixes to network port code

2019-06-18 Thread Daniel P . Berrangé
Fixes for bugs spotted by coverity Daniel P. Berrangé (4): conf: fix leak when parsing network port XML conf: fix leak of directory handle when loading network ports conf: fix NULL deref when exporting ports conf: add error checking of UUID generation src/conf/domain_conf.c | 12 ++