From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTthW-0005gN-1b for qemu-devel@nongnu.org; Wed, 09 Oct 2013 09:21:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTthQ-0006YG-3n for qemu-devel@nongnu.org; Wed, 09 Oct 2013 09:21:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTthP-0006YA-Qj for qemu-devel@nongnu.org; Wed, 09 Oct 2013 09:21:12 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r99DLBRw027827 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 9 Oct 2013 09:21:11 -0400 Date: Wed, 9 Oct 2013 15:21:23 +0200 From: Kevin Wolf Message-ID: <20131009132123.GR8994@dhcp-200-207.str.redhat.com> References: <1381322567-18766-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1381322567-18766-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qcow2: Use better type for numerical snapshot ID List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 09.10.2013 um 14:42 hat Max Reitz geschrieben: > When trying to find a new snapshot ID, the existing ones are converted > to integers using strtoul. This function returns an unsigned long, > therefore its result should be saved in an unsigned long as well. > > Signed-off-by: Max Reitz Thanks, applied to the block branch. Kevin