
18 Jun
2019
18 Jun
'19
5:30 p.m.
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 checking of UUID generation
src/conf/domain_conf.c | 12 ++++++++++-- src/conf/virnetworkobj.c | 9 ++++++--- src/conf/virnetworkportdef.c | 26 +++++++++----------------- 3 files changed, 25 insertions(+), 22 deletions(-)
Fix the nit in 2 and that makes coverity happy again... Thanks Reviewed-by: John Ferlan <jferlan@redhat.com> John