From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXnB9-0008DN-Vi for qemu-devel@nongnu.org; Tue, 17 Mar 2015 04:48:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXnB5-0008N5-VY for qemu-devel@nongnu.org; Tue, 17 Mar 2015 04:48:47 -0400 Sender: Paolo Bonzini Message-ID: <5507EA65.6010407@redhat.com> Date: Tue, 17 Mar 2015 09:48:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <5501776A.20202@siemens.com> <87d248t424.fsf@blackfin.pond.sub.org> In-Reply-To: <87d248t424.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] coverity: Fix g_malloc_n-like models List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-trivial Cc: qemu-devel On 17/03/2015 09:34, Markus Armbruster wrote: > Jan Kiszka writes: > >> Allocate the calculated overall size, not only the size of a single >> element. >> >> Signed-off-by: Jan Kiszka > > I'm feeding this to Coverity locally to gauge its impact. I got no changes. Paolo