Searched hist:"389 abe1dd1790c0de7a2f1f422dcdf778b509a16" (Results 1 – 1 of 1) sorted by relevance
/qemu/net/ |
H A D | tap.c | 389abe1dd1790c0de7a2f1f422dcdf778b509a16 Tue Jul 23 10:47:54 UTC 2019 Prasad J Pandit <pjp@fedoraproject.org> net: tap: replace snprintf with g_strdup_printf calls
When invoking qemu-bridge-helper in 'net_bridge_run_helper', instead of using fixed sized buffers, use dynamically allocated ones initialised and returned by g_strdup_printf().
Signed-off-by: Prasad J Pandit <pjp@fedoraproject.org> Reviewed-by: Li Qiang <liq3ea@gmail.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
|