
2 Sep
2010
2 Sep
'10
1:01 a.m.
On 09/01/2010 03:20 PM, Matthias Bolte wrote:
2010/9/1 Eric Blake<eblake@redhat.com>:
* src/conf/network_conf.c (virNetworkAllocateBridge): Avoid limited buffer from snprintf. ---
Why print to a fixed-width buffer to then just strdup it later, when we can print to a malloc'd buffer in the first place. Besides, I couldn't easily guarantee if the buffer was large enough or if it would contain arbitrary user input.
ACK.
Thanks; pushed. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org