From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: New Coverity issues (tools/libxl/testidl.c) Date: Wed, 4 Dec 2013 17:28:26 +0000 Message-ID: <529F663A.4030604@citrix.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 List Cc: Matthew Fioravante , Ian Jackson , Ian Campbell , Rob Hoes List-Id: xen-devel@lists.xenproject.org >>From the latest run, there have been two new issues. They are both in testidl.c, which appears to be code generated by gentests.py CID1135378: in libxl_domain_build_info_rand_init() CID 1135379: in libxl_event_rand_init() In both cases, the complain is that in each function is a "switch(p->type)" where p->type is completely uninitialised. The complain looks genuine, but I defer to people more familiar with the IDL and gentests.py for suggestions of how to fix it. ~Andrew