On 07/21/14 15:04, Pavel Hrdina wrote:
On 21.7.2014 10:51, Peter Krempa wrote:
> Mostly introduced by the "domtop" program.
>
> Peter Krempa (3):
> examples: domtop: Fix uninitialized variable use
> examples: domtop: Avoid leaking memory
> util: Check return value from virStrToLong* functions
>
> examples/domtop/domtop.c | 10 +++-------
> src/util/virsexpr.c | 6 +++---
> src/util/virstring.h | 30 ++++++++++++++++++++----------
> src/vbox/vbox_tmpl.c | 4 ++--
> src/xen/xs_internal.c | 2 +-
> src/xenxs/xen_xm.c | 9 +++++++--
> 6 files changed, 36 insertions(+), 25 deletions(-)
>
ACK series, I've also tested and it fixes all coverity issues.
Pavel
Pushed; Thanks.
Peter