summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-12-01 11:08:16 +0000
committerJim Meyering <meyering@redhat.com>2008-12-01 11:08:16 +0000
commit0e9349a28d6d5fc5951b56e3c931169a7d15c260 (patch)
tree5419d5b60a1227413a11320e367a5eb6fcd652cc /ChangeLog
parentClose directory handle when done (diff)
downloadlibvirt-0e9349a28d6d5fc5951b56e3c931169a7d15c260.tar.gz
libvirt-0e9349a28d6d5fc5951b56e3c931169a7d15c260.tar.bz2
libvirt-0e9349a28d6d5fc5951b56e3c931169a7d15c260.zip
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>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 870e5c793..9c3446b6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon, 1 Dec 2008 10:30:10 +0100 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>.
+
Sun Nov 30 18:36:33 GMT 2008 Daniel P. Berrange <berrange@redhat.com>
* src/xen_inotify.c: Close directory handle once done