All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.5 0/3] Coverity fixes for python lowlevel libraries
@ 2014-11-27 12:34 Andrew Cooper
  2014-11-27 12:34 ` [PATCH for-4.5 1/3] python/xc: Fix multiple issues in pyflask_context_to_sid() Andrew Cooper
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Andrew Cooper @ 2014-11-27 12:34 UTC (permalink / raw)
  To: Xen-devel
  Cc: Wei Liu, Ian Campbell, Andrew Cooper, Ian Jackson,
	Xen Coverity Team

These were initially flagged by the XenServer coverity scanning.  It turns out
that they were being found by the upstream scan, but had been grouped with
Xend and listed as ignored, hiding them from the output.  I have adjusted the
scan filters to not ignore the lowlevel libraries, and identified the
appropriate scan CIDs in the patches

While Xend is certainly dead and gone, XenServer at the very least still has
consumers of these python libraries.

Konrad: I am requesting a release ack for this.  All 5 issues are bugs with
the handling of error cases, rather than with the basic functionality
provided.  With these changes, Coverity is of the opinion that the python
libraries are perfect (0 issues), and I feel this is a worthy position to be
in for 4.5

Andrew Cooper (3):
  python/xc: Fix multiple issues in pyflask_context_to_sid()
  python/xc: Fix multiple issues in pyxc_readconsolering()
  python/xs: Correct the indirection of the NULL xshandle() check

 tools/python/xen/lowlevel/xc/xc.c |   34 +++++++++-------------------------
 tools/python/xen/lowlevel/xs/xs.c |    2 +-
 2 files changed, 10 insertions(+), 26 deletions(-)

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

end of thread, other threads:[~2014-12-16 17:16 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-27 12:34 [PATCH for-4.5 0/3] Coverity fixes for python lowlevel libraries Andrew Cooper
2014-11-27 12:34 ` [PATCH for-4.5 1/3] python/xc: Fix multiple issues in pyflask_context_to_sid() Andrew Cooper
2014-11-28 11:37   ` Ian Campbell
2014-11-28 11:47     ` Andrew Cooper
2014-11-28 12:15       ` Ian Campbell
2014-12-09 14:27     ` Ian Campbell
2014-12-09 14:30       ` Andrew Cooper
2014-12-09 16:20         ` Konrad Rzeszutek Wilk
2014-12-09 16:43           ` [PATCH v2 " Andrew Cooper
2014-12-10 17:13             ` Konrad Rzeszutek Wilk
2014-12-16 17:16               ` Ian Campbell
2014-11-27 12:34 ` [PATCH for-4.5 2/3] python/xc: Fix multiple issues in pyxc_readconsolering() Andrew Cooper
2014-11-28 11:38   ` Ian Campbell
2014-12-01 21:14     ` Konrad Rzeszutek Wilk
2014-12-02 13:50       ` Ian Campbell
2014-12-02 18:47         ` Konrad Rzeszutek Wilk
2014-12-04 13:26           ` Ian Campbell
2014-11-27 12:34 ` [PATCH for-4.5 3/3] python/xs: Correct the indirection of the NULL xshandle() check Andrew Cooper
2014-11-28 11:32   ` Ian Campbell
2014-12-01 21:14   ` Konrad Rzeszutek Wilk
2014-11-28 12:07 ` [PATCH for-4.5 0/3] Coverity fixes for python lowlevel libraries 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.