All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Coverity patches (tmem/xenstat) v1.
@ 2013-11-25 17:00 Konrad Rzeszutek Wilk
  2013-11-25 17:00 ` [PATCH 1/5] xc/tmem: Free temporary buffer used during migration Konrad Rzeszutek Wilk
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-11-25 17:00 UTC (permalink / raw)
  To: xen-devel

Please see some of the patches for tmem that Coverity has flagged.

And also the xenstat which I had fixed in the past but did not fix
it completely.


 tools/libxc/xc_domain_save.c           |  6 ++--
 tools/libxc/xc_tmem.c                  | 51 ++++++++++++++++++++--------------
 tools/libxc/xenctrl.h                  |  2 +-
 tools/xenstat/libxenstat/src/xenstat.c |  2 +-
 xen/common/tmem.c                      | 23 ++++++++++-----
 5 files changed, 52 insertions(+), 32 deletions(-)

Konrad Rzeszutek Wilk (5):
      xc/tmem: Free temporary buffer used during migration.
      xc/tmem: Unchecked return value.
      tmem: Check copy_to_user_* return value.
      tmem: Pointless check of NULL against an array
      xenstat: Fix buffer over-run with new_domains being negative (again).

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

end of thread, other threads:[~2013-11-26 18:16 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 17:00 [PATCH] Coverity patches (tmem/xenstat) v1 Konrad Rzeszutek Wilk
2013-11-25 17:00 ` [PATCH 1/5] xc/tmem: Free temporary buffer used during migration Konrad Rzeszutek Wilk
2013-11-25 17:09   ` Andrew Cooper
2013-11-25 17:00 ` [PATCH 2/5] xc/tmem: Unchecked return value Konrad Rzeszutek Wilk
2013-11-25 17:11   ` Andrew Cooper
2013-11-25 19:53     ` Konrad Rzeszutek Wilk
2013-11-25 17:00 ` [PATCH 3/5] tmem: Check copy_to_user_* " Konrad Rzeszutek Wilk
2013-11-25 17:16   ` Andrew Cooper
2013-11-26  8:21   ` Jan Beulich
2013-11-26 18:16     ` Konrad Rzeszutek Wilk
2013-11-25 17:00 ` [PATCH 4/5] tmem: Pointless check of NULL against an array Konrad Rzeszutek Wilk
2013-11-25 17:19   ` Andrew Cooper
2013-11-25 19:54     ` Konrad Rzeszutek Wilk
2013-11-26  8:27       ` Jan Beulich
2013-11-25 17:00 ` [PATCH 5/5] xenstat: Fix buffer over-run with new_domains being negative (again) Konrad Rzeszutek Wilk
2013-11-25 17:06   ` Ian Campbell
2013-11-25 17:36     ` Andrew Cooper
2013-11-25 19:51       ` Konrad Rzeszutek Wilk
2013-11-26  8:40       ` 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.