
2 Aug
2012
2 Aug
'12
4:42 p.m.
On 08/02/12 16:30, Michal Privoznik wrote:
One of our latest commits fbe87126 introduced this nasty typo: func(vmdef, ...); where func() dereference vmdef->ncontrollers, and vmdef was initialized to NULL. This leaves us with unconditional immediate segfault. It should be vm->def instead. ---
Despite this could qualify to be pushed under trivial rule, I'd feel more comfortable with an ACK.
src/qemu/qemu_driver.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Gah, mea culpa. ACK. Peter