
14 Mar
2016
14 Mar
'16
10:19 a.m.
On Mon, Mar 14, 2016 at 09:47:05 +0100, Michal Privoznik wrote:
This function can be called over a domain definition that has no video configured. The tests/qemuxml2argvdata/qemuxml2argv-minimal.xml file could serve as an example. Problem is, before the check that domain has some or none video configured, def->videos is dereferenced causing a segmentation fault in case there's none video configured.
Caused by commit 95ca4fe2
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_command.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
ACK Peter