
1 Dec
2008
1 Dec
'08
6:09 a.m.
Jim Meyering <jim@meyering.net> wrote:
Ron Yorston <rmy@tigress.co.uk> wrote:
static int umlDomainShutdown(virDomainPtr dom) { ... + char *info; ... VIR_FREE(info); ... info should be initialised to NULL, otherwise the VIR_FREE will fail. With the umlMonitorCommand if'ed out this is also broken before the
"Daniel P. Berrange" <berrange@redhat.com> wrote: patch, which is how I came to notice it.
Ron
Thanks for reporting that! I'll commit the following shortly:
Mon Nov 30 10:28:21 CET 2008 Jim Meyering <meyering@redhat.com>
uml: don't free an uninitialized variable * src/uml_driver.c (umlDomainShutdown): Initialize "info". Patch and bug report from Ron Yorston <rmy@tigress.co.uk>.
Committed.