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

Use virAsprintf instead of snprintf.
src/util/pci.c