]> Git Repo - qemu.git/commit
append the terminating '\0' to bootorder string
authorAmos Kong <[email protected]>
Wed, 20 Mar 2013 10:16:34 +0000 (18:16 +0800)
committerAnthony Liguori <[email protected]>
Tue, 2 Apr 2013 13:13:22 +0000 (08:13 -0500)
commit4690579e9bafa0a2a49d7b12dae905279a552cd6
treeeea693b2aa0da29d90c8686fab9ffb6e0033169b
parenta130c6b2b1b9c45836a51e90c847baedcb3125d3
append the terminating '\0' to bootorder string

Problem was introduced in commit c8a6ae8b. The last terminating
'\0' was lost, use the right length 5 ("HALT\0").

Reported-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Amos Kong <[email protected]>
Message-id: 1363774594[email protected]
Signed-off-by: Anthony Liguori <[email protected]>
vl.c
This page took 0.024857 seconds and 4 git commands to generate.