From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tvv9U-00083x-0f for qemu-devel@nongnu.org; Thu, 17 Jan 2013 14:29:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tvv9R-0008VO-Id for qemu-devel@nongnu.org; Thu, 17 Jan 2013 14:29:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tvv9R-0008VE-BZ for qemu-devel@nongnu.org; Thu, 17 Jan 2013 14:29:25 -0500 Message-ID: <50F85185.90308@redhat.com> Date: Thu, 17 Jan 2013 20:31:17 +0100 From: Laszlo Ersek MIME-Version: 1.0 References: <20130117185042.GQ10683@otherpad.lan.raisama.net> <1358449610-16466-1-git-send-email-ehabkost@redhat.com> In-Reply-To: <1358449610-16466-1-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/8 v4] cutils: unsigned int parsing functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Chegu Vinod , qemu-devel@nongnu.org, Anthony Liguori On 01/17/13 20:06, Eduardo Habkost wrote: > Changes v4: > - Return -EINVAL in case a minus sign is found > - Make endptr point to beginning of string in case -EINVAL > is returned (like the strtoull() behavior) Reviewed-by: Laszlo Ersek