From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Daley Subject: [PATCH 0/8] Fixes for various minor Coverity issues Date: Wed, 11 Sep 2013 02:34:14 +1200 Message-ID: <1378823662-20803-1-git-send-email-mattjd@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Matthew Daley List-Id: xen-devel@lists.xenproject.org These are fixes for various minor non-security-impacting issues discovered by Coverity. They have been build-tested, but not runtime-tested; they are hopefully all obvious fixes. Matthew Daley (8): x86: add missing va_end to hypercall_xlat_continuation sched/arinc653: check for guest data transfer failures libxl: fix use-after-free in discard_events iteration libxl: correctly handle readlink() errors mini-os: fix use-after-free in xs_daemon_close event iteration mini-os: handle possibly overlong _nodename in init_consfront kdd: fix free of array-typed value xenstored: fix possible, but unlikely, stack overflow extras/mini-os/console/xenbus.c | 6 ++++-- extras/mini-os/lib/xs.c | 7 +++++-- tools/debugger/kdd/kdd-xen.c | 1 - tools/libxl/libxl.c | 4 ++-- tools/libxl/libxl_exec.c | 2 +- tools/xenstore/xenstored_linux.c | 2 +- xen/arch/x86/domain.c | 4 ++++ xen/common/sched_arinc653.c | 13 +++++++++++-- 8 files changed, 28 insertions(+), 11 deletions(-) -- 1.7.10.4