]> git.ipfire.org Git - thirdparty/libvirt.git/commit
parallels: check and handle error for virAsprintf() calls
authorJohn Ferlan <jferlan@redhat.com>
Thu, 3 Jan 2013 19:16:14 +0000 (14:16 -0500)
committerEric Blake <eblake@redhat.com>
Thu, 3 Jan 2013 21:37:40 +0000 (14:37 -0700)
commit718af45895cc3d95401df71908f707472d3f7398
tree7d1271b116e504a1a6203ab468d8b021f783588b
parent62cc7b702bf1925af82a113d987c42fb6e096b34
parallels: check and handle error for virAsprintf() calls

Ignore the return in parallelsMakePoolName() since subsequent check
validates name was allocated.
src/parallels/parallels_storage.c