]> git.ipfire.org Git - thirdparty/libvirt.git/commit
openvz: use virAsprintf to avoid large stacks
authorEric Blake <eblake@redhat.com>
Tue, 31 Aug 2010 22:56:22 +0000 (16:56 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 1 Sep 2010 22:29:59 +0000 (16:29 -0600)
commita9afbf4fc5c72e0322536359950f94d9e668ae1b
tree249598ebd84bf0e38698c67feeedc6988f15e593
parentc6e8e26edf9731da7ee16b2872051ce7e773b4a1
openvz: use virAsprintf to avoid large stacks

* src/openvz/openvz_conf.c (openvzLocateConfFile): Alter
signature.
(openvzGetVPSUUID, openvzSetDefinedUUID)
(openvzWriteVPSConfigParam, openvzReadVPSConfigParam)
(openvzCopyDefaultConfig): Adjust callers.
src/openvz/openvz_conf.c