From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjW9w-0006wn-1y for qemu-devel@nongnu.org; Thu, 21 Nov 2013 10:27:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjW9n-0005sF-HU for qemu-devel@nongnu.org; Thu, 21 Nov 2013 10:27:11 -0500 Received: from mail-qa0-x235.google.com ([2607:f8b0:400d:c00::235]:42238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjW9n-0005s9-Cn for qemu-devel@nongnu.org; Thu, 21 Nov 2013 10:27:03 -0500 Received: by mail-qa0-f53.google.com with SMTP id j5so3210438qaq.12 for ; Thu, 21 Nov 2013 07:27:03 -0800 (PST) Sender: Paolo Bonzini Message-ID: <528E2642.3080809@redhat.com> Date: Thu, 21 Nov 2013 16:26:58 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1385023371-8198-1-git-send-email-akong@redhat.com> In-Reply-To: <1385023371-8198-1-git-send-email-akong@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.7 0/2] fix rng-egd backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: amit.shah@redhat.com, qemu-devel@nongnu.org, anthony@codemonkey.ws Il 21/11/2013 09:42, Amos Kong ha scritto: > The first is a trivial cleanup, the second patch fixes a memcpy > bug in reading data from chardev to request data buffer. > > Amos Kong (2): > rng-egd: remove redundant free > rng-egd: offset the point when repeatedly read from the buffer > > backends/rng-egd.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > Reviewed-by: Paolo Bonzini