
28 Apr
2011
28 Apr
'11
4:47 p.m.
On 04/28/2011 02:45 PM, Jim Fehlig wrote:
Rather than using snprintf and strdup, can't we just use:
if (virAsprintf(&net->ifname, "vif%d.%d", def->id, vif_index) < 0) goto no_memory;
Yes, good point. Here is a V2.
ACK. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org