On 05/16/2013 10:01 AM, John Ferlan wrote:
Upgraded to Coverity 6.5.3 which uncovered a few code paths with
issues.
John Ferlan (3):
lxc_process: Resolve Coverity NULL_RETURNS error
xencapstest: Resolve Coverity CHECKED_RETURN error
shunloadtest: Resolve Coverity CHECKED_RETURN error
src/lxc/lxc_process.c | 4 ++--
tests/shunloadhelper.c | 12 ++++++++----
tests/shunloadtest.c | 26 +++++++++++++++++---------
tests/xencapstest.c | 3 ++-
4 files changed, 29 insertions(+), 16 deletions(-)
patches 2/3 and 3/3 were pushed, I'm reworking 1/3 to store the
virConnectPtr
John