[libvirt] PATCH: Misc user mode linux startup bugs

2009-06-02 Thread Daniel P. Berrange
There's a number of annoying bugs in the user mode linux driver startup code. This patch fixes lots of them. We failed to check umlMonitorCommand for error, leading to a NULL de-reference due to another bug in that function. This patch also checks if 'res' is NULL before de-referenceing it, just

Re: [libvirt] PATCH: Misc user mode linux startup bugs

2009-06-02 Thread Daniel Veillard
On Tue, Jun 02, 2009 at 10:50:56AM +0100, Daniel P. Berrange wrote: There's a number of annoying bugs in the user mode linux driver startup code. This patch fixes lots of them. We failed to check umlMonitorCommand for error, leading to a NULL de-reference due to another bug in that function.