From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr24B-0002oA-On for qemu-devel@nongnu.org; Tue, 27 Oct 2015 07:05:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr24A-0007Qb-Vr for qemu-devel@nongnu.org; Tue, 27 Oct 2015 07:05:23 -0400 Date: Tue, 27 Oct 2015 12:05:15 +0100 From: Kevin Wolf Message-ID: <20151027110515.GB6692@noname.str.redhat.com> References: <1445903114-22566-1-git-send-email-jsnow@redhat.com> <1445903114-22566-3-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445903114-22566-3-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 2/3] qemu-io: Check for trailing chars List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, mreitz@redhat.com Am 27.10.2015 um 00:45 hat John Snow geschrieben: > Make sure there's not trailing garbage, e.g. > "64k-whatever-i-want-here" > > Reported-by: Max Reitz > Signed-off-by: John Snow > Reviewed-by: Eric Blake Reviewed-by: Kevin Wolf