Re: [libvirt] [PATCH 0/4] Resolve UNINIT errors found by Coverity

2013-01-15 Thread Ján Tomko
On 01/08/13 16:40, John Ferlan wrote: > This set of patches resolves "Error: UNINIT (CWE-457)" errors found by > Coverity > > John Ferlan (4): > parallels: Resolve issues with uninitialized 'ret' value > openvz: Need to initialize 'ret' for kb_per_pages error path > lxc: Initialize dst due

Re: [libvirt] [PATCH 0/4] Resolve UNINIT errors found by Coverity

2013-01-14 Thread John Ferlan
ping On 01/08/2013 10:40 AM, John Ferlan wrote: > This set of patches resolves "Error: UNINIT (CWE-457)" errors found by > Coverity > > John Ferlan (4): > parallels: Resolve issues with uninitialized 'ret' value > openvz: Need to initialize 'ret' for kb_per_pages error path > lxc: Initiali

[libvirt] [PATCH 0/4] Resolve UNINIT errors found by Coverity

2013-01-08 Thread John Ferlan
This set of patches resolves "Error: UNINIT (CWE-457)" errors found by Coverity John Ferlan (4): parallels: Resolve issues with uninitialized 'ret' value openvz: Need to initialize 'ret' for kb_per_pages error path lxc: Initialize dst due to potential cleanup usage before setting interface