Re: [Qemu-devel] [PATCH] append the terminating '\0' to bootorder string

2013-04-02 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] append the terminating '\0' to bootorder string

2013-04-02 Thread Gerd Hoffmann
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

[Qemu-devel] [PATCH] append the terminating '\0' to bootorder string

2013-03-20 Thread Amos Kong
Problem was introduced in commit c8a6ae8b. The last terminating '\0' was lost, use the right length 5 ("HALT\0"). Reported-by: Gerd Hoffmann Signed-off-by: Amos Kong --- vl.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vl.c b/vl.c index aeed7f4..d3172ea 100644