From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJPEF-0004uh-4D for qemu-devel@nongnu.org; Thu, 05 Feb 2015 11:24:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJPEA-0001AB-NX for qemu-devel@nongnu.org; Thu, 05 Feb 2015 11:24:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJPEA-0001A2-Ge for qemu-devel@nongnu.org; Thu, 05 Feb 2015 11:24:26 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t15GOPeF009886 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 5 Feb 2015 11:24:26 -0500 Received: from blackfin.pond.sub.org (ovpn-116-18.ams2.redhat.com [10.36.116.18]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t15GOOmw003444 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 5 Feb 2015 11:24:25 -0500 From: Markus Armbruster Date: Thu, 5 Feb 2015 17:24:19 +0100 Message-Id: <1423153463-26494-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL 0/4] coverity: Improve and extend model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit ec6f25e788ef57ce1e9f734984ef8885172fd9e2: Merge remote-tracking branch 'remotes/rth/tags/pull-tg-s390-20150203' into staging (2015-02-03 21:37:16 +0000) are available in the git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-cov-model-2015-02-05 for you to fetch changes up to 8c413e7902ef0c19ced516f575db989ccc3785f8: MAINTAINERS: Add myself as Coverity model maintainer (2015-02-05 17:16:14 +0100) ---------------------------------------------------------------- coverity: Improve and extend model ---------------------------------------------------------------- Markus Armbruster (4): coverity: Improve model for GLib memory allocation coverity: Model GLib string allocation partially coverity: Model g_free() isn't necessarily free() MAINTAINERS: Add myself as Coverity model maintainer MAINTAINERS | 5 ++ scripts/coverity-model.c | 228 +++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 198 insertions(+), 35 deletions(-) -- 1.9.3