Re: [libvirt] [PATCH v2 1/4] replace use of gnulib snprintf by g_snprintf

2019-11-14 Thread Peter Krempa
On Wed, Nov 13, 2019 at 17:33:24 +0100, Pavel Hrdina wrote: > Glib implementation follows the ISO C99 standard so it's safe to replace > the gnulib implementation. > > Signed-off-by: Pavel Hrdina > --- > > changes in v2: > - don't replace snprintf in tools/virt-login-shell.c Reviewed-by:

[libvirt] [PATCH v2 1/4] replace use of gnulib snprintf by g_snprintf

2019-11-13 Thread Pavel Hrdina
Glib implementation follows the ISO C99 standard so it's safe to replace the gnulib implementation. Signed-off-by: Pavel Hrdina --- changes in v2: - don't replace snprintf in tools/virt-login-shell.c src/hyperv/hyperv_driver.c| 4 +- src/libxl/libxl_conf.c