Re: [libvirt] [PATCH v3 08/28] conf: Check virDomainChrSourceDefFormat() return value

2017-11-27 Thread Pavel Hrdina
On Sun, Nov 26, 2017 at 11:25:29PM +0100, Andrea Bolognani wrote: > The function can fail, but none of the caller were accounting > for that. > > Signed-off-by: Andrea Bolognani > --- > src/conf/domain_conf.c | 34 -- > 1 file changed, 24

[libvirt] [PATCH v3 08/28] conf: Check virDomainChrSourceDefFormat() return value

2017-11-26 Thread Andrea Bolognani
The function can fail, but none of the caller were accounting for that. Signed-off-by: Andrea Bolognani --- src/conf/domain_conf.c | 34 -- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/src/conf/domain_conf.c