]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Use virBufferPtr for sexpr2string instead of manual buffer handling
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sun, 3 Apr 2011 09:21:33 +0000 (11:21 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 5 Apr 2011 07:14:59 +0000 (09:14 +0200)
commit9e3550dc4e6549c2f0031e27ebb5828618daa424
treeae95389e26bf1baf717714ca0b0a24cea721824a
parent9faf3d084c98b140aecc57b2b36d4cc8d1a839bb
Use virBufferPtr for sexpr2string instead of manual buffer handling

Removes 4kb stack allocation in the XenD subdriver.
src/util/sexpr.c
src/util/sexpr.h
src/xen/xend_internal.c