Re: [libvirt] [PATCH 05/10] storage: avoid s[n]printf

2010-08-19 Thread Matthias Bolte
2010/8/19 Eric Blake ebl...@redhat.com: * src/storage/storage_backend.c (virStorageBackendCreateQemuImg) (virStorageBackendCreateQcowCreate): Use virAsprintf instead. * src/storage/storage_backend_disk.c (virStorageBackendDiskCreateVol, virStorageBackendDiskPartFormat): Likewise. ---

Re: [libvirt] [PATCH 05/10] storage: avoid s[n]printf

2010-08-19 Thread Eric Blake
On 08/19/2010 03:10 PM, Matthias Bolte wrote: 2010/8/19 Eric Blake ebl...@redhat.com: * src/storage/storage_backend.c (virStorageBackendCreateQemuImg) (virStorageBackendCreateQcowCreate): Use virAsprintf instead. * src/storage/storage_backend_disk.c (virStorageBackendDiskCreateVol,

[libvirt] [PATCH 05/10] storage: avoid s[n]printf

2010-08-18 Thread Eric Blake
* src/storage/storage_backend.c (virStorageBackendCreateQemuImg) (virStorageBackendCreateQcowCreate): Use virAsprintf instead. * src/storage/storage_backend_disk.c (virStorageBackendDiskCreateVol, virStorageBackendDiskPartFormat): Likewise. --- Things to look out for: