From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Fwd: Contributing to Xen for Outreachy 2015 Date: Mon, 28 Sep 2015 17:10:26 +0100 Message-ID: <1443456626.16718.8.camel@citrix.com> References: <56092742.8030206@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Zgb0Y-0005wr-2R for xen-devel@lists.xenproject.org; Mon, 28 Sep 2015 16:10:30 +0000 In-Reply-To: <56092742.8030206@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall , Shivangi Dhir , xen-devel@lists.xenproject.org Cc: Lars Kurth , Wei Liu List-Id: xen-devel@lists.xenproject.org On Mon, 2015-09-28 at 12:40 +0100, Julien Grall wrote: > We don't seem to have many small task on bugs.xenproject.org/xen, so > I've CCed a few people who may know if we have small coverity issue to > fix. I had a quick glance at coverity and found: CID1055958: use of mkstemp in libxl_vncviewer_exec without first setting a sensible umask. CID1311511: lack of error checking on the result of xc_dom_allocate in init -xenstore-domain.c. CID1223209: lack of error checking when calling libxl_cpupool_qualifier_to_cpupoolid in initiate_domain_create (part of libxl). CID1090350: lack of error checking when calling xc_domain_get_guest_width in xc_cpuid_pv_policy. Fixing some of those would be useful I think. Ian.