All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Fixes for various minor Coverity issues
@ 2013-09-10 14:34 Matthew Daley
  2013-09-10 14:34 ` [PATCH 1/8] x86: add missing va_end to hypercall_xlat_continuation Matthew Daley
                   ` (8 more replies)
  0 siblings, 9 replies; 25+ messages in thread
From: Matthew Daley @ 2013-09-10 14:34 UTC (permalink / raw)
  To: xen-devel; +Cc: Matthew Daley

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

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2013-09-13 12:31 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10 14:34 [PATCH 0/8] Fixes for various minor Coverity issues Matthew Daley
2013-09-10 14:34 ` [PATCH 1/8] x86: add missing va_end to hypercall_xlat_continuation Matthew Daley
2013-09-10 14:41   ` Andrew Cooper
2013-09-10 15:02   ` Keir Fraser
2013-09-10 14:34 ` [PATCH 2/8] sched/arinc653: check for guest data transfer failures Matthew Daley
2013-09-10 14:43   ` Andrew Cooper
2013-09-10 14:50   ` George Dunlap
2013-09-10 17:35     ` Kathy Hadley
2013-09-10 19:45       ` Ian Campbell
2013-09-10 15:03   ` Keir Fraser
2013-09-10 14:34 ` [PATCH 3/8] libxl: fix use-after-free in discard_events iteration Matthew Daley
2013-09-10 14:45   ` Ian Jackson
2013-09-10 14:34 ` [PATCH 4/8] libxl: correctly handle readlink() errors Matthew Daley
2013-09-10 14:47   ` Ian Jackson
2013-09-10 14:34 ` [PATCH 5/8] mini-os: fix use-after-free in xs_daemon_close event iteration Matthew Daley
2013-09-10 14:37   ` Samuel Thibault
2013-09-10 14:34 ` [PATCH 6/8] mini-os: handle possibly overlong _nodename in init_consfront Matthew Daley
2013-09-10 14:38   ` Samuel Thibault
2013-09-10 14:34 ` [PATCH 7/8] kdd: fix free of array-typed value Matthew Daley
2013-09-10 14:41   ` Tim Deegan
2013-09-10 14:46   ` Andrew Cooper
2013-09-10 14:34 ` [PATCH 8/8] xenstored: fix possible, but unlikely, stack overflow Matthew Daley
2013-09-10 14:48   ` Andrew Cooper
2013-09-10 14:48   ` Ian Jackson
2013-09-13 12:31 ` [PATCH 0/8] Fixes for various minor Coverity issues Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.