]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Initialize 'deflate' for balloon parse XML
authorJohn Ferlan <jferlan@redhat.com>
Wed, 13 Jan 2016 22:01:04 +0000 (17:01 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 14 Jan 2016 10:54:58 +0000 (05:54 -0500)
commit3e2d637458a050030402fc90e6d7d176fd580d13
treebd90f219cebd540338ada03a9a43c9195fb5e044
parentf99f79e380326cd1259721e134c074bf271f4269
conf: Initialize 'deflate' for balloon parse XML

Commit id '7bf3198df' neglected to initialize deflate leading to a
possibility if model allocation/checks fail, then the VIR_FREE(deflate)
would be erroneous. Noted by Jan Tomko.
src/conf/domain_conf.c