From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGwKG-0007l2-1s for qemu-devel@nongnu.org; Thu, 20 Oct 2011 13:22:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGwKE-0000JD-0s for qemu-devel@nongnu.org; Thu, 20 Oct 2011 13:22:40 -0400 Date: Thu, 20 Oct 2011 10:22:35 -0700 From: Stefan Hajnoczi Message-ID: <20111020172235.GA14253@stefanha-thinkpad.localdomain> References: <1318958343-14167-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: <1318958343-14167-1-git-send-email-pavel.borzenkov@gmail.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] vmdk: vmdk_read_cid returns garbage if p_name is NULL 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:19:03PM +0400, Pavel Borzenkov wrote: > Spotted by Clang Analyzer > > Signed-off-by: Pavel Borzenkov > --- > block/vmdk.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan