
17 May
2010
17 May
'10
7:48 a.m.
Daniel P. Berrange wrote:
On Mon, May 17, 2010 at 01:04:24PM +0200, Jim Meyering wrote:
The following theoretical possibility of a NULL dereference has been in the code since April 1 ... Subject: [PATCH] qemu_driver: avoid NULL dereference
* src/qemu/qemu_driver.c (qemudDomainStart): After setting vm to NULL, goto cleanup, rather than dereferencing the NULL pointer. ... ACK
Thanks. Pushed.