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

2019-11-13 Thread Peter Krempa
On Wed, Nov 13, 2019 at 15:00:31 +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 > --- Please add a syntax-check rule forbidding use of snprintf. Reviewed-by: Peter Krempa --

[libvirt] [PATCH 1/2] 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 --- src/hyperv/hyperv_driver.c| 4 +- src/libxl/libxl_conf.c| 22 +-- src/libxl/libxl_migration.c | 4 +-