From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGwKg-00007V-Nu for qemu-devel@nongnu.org; Thu, 20 Oct 2011 13:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGwKf-0000Lx-ML for qemu-devel@nongnu.org; Thu, 20 Oct 2011 13:23:06 -0400 Date: Thu, 20 Oct 2011 10:23:01 -0700 From: Stefan Hajnoczi Message-ID: <20111020172301.GA14359@stefanha-thinkpad.localdomain> References: <1318958255-14008-1-git-send-email-pavel.borzenkov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1318958255-14008-1-git-send-email-pavel.borzenkov@gmail.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] qed: don't pass NULL to memcpy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Borzenkov Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Tue, Oct 18, 2011 at 09:17:35PM +0400, Pavel Borzenkov wrote: > Spotted by Clang Analyzer > > Signed-off-by: Pavel Borzenkov > --- > block/qed.c | 6 ++++-- > 1 files changed, 4 insertions(+), 2 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan