From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMwvL-0007Sb-FA for qemu-devel@nongnu.org; Tue, 02 Apr 2013 04:50:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMwvK-0007Qf-Kq for qemu-devel@nongnu.org; Tue, 02 Apr 2013 04:50:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMwvK-0007QM-DB for qemu-devel@nongnu.org; Tue, 02 Apr 2013 04:50:34 -0400 Message-ID: <515A9BD6.60802@redhat.com> Date: Tue, 02 Apr 2013 10:50:30 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1363774594-21001-1-git-send-email-akong@redhat.com> In-Reply-To: <1363774594-21001-1-git-send-email-akong@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] append the terminating '\0' to bootorder string List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org On 03/20/13 11:16, Amos Kong wrote: > Problem was introduced in commit c8a6ae8b. The last terminating > '\0' was lost, use the right length 5 ("HALT\0"). Acked-by: Gerd Hoffmann cheers, Gerd