From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS62R-0004jw-M6 for qemu-devel@nongnu.org; Mon, 24 Mar 2014 10:39:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WS62N-0000wv-8r for qemu-devel@nongnu.org; Mon, 24 Mar 2014 10:39:43 -0400 Message-ID: <53303CAA.3050306@redhat.com> Date: Mon, 24 Mar 2014 08:09:46 -0600 From: Eric Blake MIME-Version: 1.0 References: <1395655300-16866-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1395655300-16866-1-git-send-email-pbonzini@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tSaqO4HArj86lkFAO12vg1ol04ANxsnNv" Subject: Re: [Qemu-devel] [PATCH v3] scripts: add sample model file for Coverity Scan List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, armbru@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --tSaqO4HArj86lkFAO12vg1ol04ANxsnNv Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 03/24/2014 04:01 AM, Paolo Bonzini wrote: > This is the model file that is being used for the QEMU project's scans > on scan.coverity.com. It fixed about 30 false positives (10% of the > total) and exposed about 60 new memory leaks. >=20 > The file is not automatically used; changes to it must be propagated > to the website manually by an admin (right now Markus, Peter and me > are admins). >=20 > Signed-off-by: Paolo Bonzini >=20 > Signed-off-by: Paolo Bonzini Double S-o-B still looks odd. > --- > scripts/coverity-model.c | 183 +++++++++++++++++++++++++++++++++++++++= ++++++++ > 1 file changed, 183 insertions(+) > create mode 100644 scripts/coverity-model.c >=20 > + > +#define NULL (void *)0 Still missing () --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --tSaqO4HArj86lkFAO12vg1ol04ANxsnNv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTMDyqAAoJEKeha0olJ0NqVeQH/1yad5qwLGCsbAhTONQdd8g4 r7a19WlEOIZMOozRCF8noGZBKfoJ6uzG4TQDQNfuLH02aerWdRnPA0fYnfyjerhO t/JdInORl+Vt0vFhtH0R69iMiHG7t4B9s3uU9qkUEzDkwIrq1gcqvuQyi2ozxd2/ kedl8Cq3MXdEWoOXBrNIgGAMlXcjn/p2Nj+lEb8t2hAPVfXPWlFvBATqWVhj819o wspbGZaZPRUmk72r37FHdL5ac1P6lA7mhWq7TaxKGOX/E6q4LsRBq2hLT9Z7P+So 8h1mmQa3v3eesePtMV3Bvf85BegncQLrEkDxfNm3eUT5QbP4zEGOJ8OvsQc5M1Q= =fvnj -----END PGP SIGNATURE----- --tSaqO4HArj86lkFAO12vg1ol04ANxsnNv--