[libvirt] [PATCH 15/17] Fix crash on OOM in xenParseXM handling consoles

Ján Tomko jtomko at redhat.com
Wed Sep 25 08:31:59 UTC 2013


On 09/24/2013 06:04 PM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> The xenParseXM sets def->nconsoles to 1 before claling
> VIR_REALLOC_N on def->consoles. So if the alloc fails
> due to OOM, the cleanup code will crash accessing a
> console that does not exist.
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  src/xenxs/xen_xm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

ACK




More information about the libvir-list mailing list