]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Remove PATH_MAX sized stack allocations related to virFileBuildPath
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sun, 3 Apr 2011 09:21:14 +0000 (11:21 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 5 Apr 2011 06:55:27 +0000 (08:55 +0200)
commit1573158190b4970ecacccdf8b4b6bd8cd8a525f3
tree8cb4b50b51b3396582342a0b1bbb3223bbcf5bef
parentbb3fa041831b381e6e3e4a91e985e9735ab1a187
Remove PATH_MAX sized stack allocations related to virFileBuildPath

Make virFileBuildPath operate on the heap instead of the stack. It
allocates a buffer instead of expecting a preexisting buffer.
src/conf/nwfilter_conf.c
src/conf/storage_conf.c
src/util/util.c
src/util/util.h
src/xen/xen_inotify.c
src/xen/xm_internal.c