qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/2] fix segfault in (iscsi) option parsing


From: Peter Lieven
Subject: Re: [Qemu-devel] [PATCH 0/2] fix segfault in (iscsi) option parsing
Date: Tue, 19 Mar 2013 16:54:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

On 19.03.2013 12:18, Paolo Bonzini wrote:
Il 19/03/2013 09:51, Markus Armbruster ha scritto:
Paolo, please have a look.
Why isn't it enough to call bdrv_init_with_whitelist earlier?

There is no conditional logic in it, the whitelist is checked at open time.

Has anyone tested if -spice is working? In this case bdrv_init_with_whitelist() 
won't help here.

Anyway, I would like to change the -iscsi code in vl.c to throw an error, if 
iscsi support is not
compiled in (like it is done with spice).

Peter


Paolo

Peter Lieven <address@hidden> writes:

current git master segfaults if an iscsi option is specified
in command line.

Peter Lieven (2):
   qemu-option: avoid segfault if QemuOptsList == NULL
   vl.c: fix segfault in iscsi options parsing

  block/iscsi.c      |   27 ---------------------------
  util/qemu-option.c |    1 +
  vl.c               |   40 +++++++++++++++++++++++++++++++++++++---
  3 files changed, 38 insertions(+), 30 deletions(-)



--

Mit freundlichen Grüßen

Peter Lieven

...........................................................

  KAMP Netzwerkdienste GmbH
  Vestische Str. 89-91 | 46117 Oberhausen
  Tel: +49 (0) 208.89 402-50 | Fax: +49 (0) 208.89 402-40
  address@hidden | http://www.kamp.de

  Geschäftsführer: Heiner Lante | Michael Lante
  Amtsgericht Duisburg | HRB Nr. 12154
  USt-Id-Nr.: DE 120607556

...........................................................




reply via email to

[Prev in Thread] Current Thread [Next in Thread]