On Wed, Nov 13, 2019 at 10:33:08 +0100, Ján Tomko wrote:
Instead of vsnprintf from gnulib, use g_vsnprintf from GLib.
Signed-off-by: Ján Tomko <jtomko(a)redhat.com>
---
src/util/virerror.c | 4 ++--
src/util/virtypedparam.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
I think you should add a syntax-check rule forbidding use of plain
vsnprintf.
With that:
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>
I queued the appropriate patch to bootstrap.conf to my branch of the
kill-a-gnulib-module-a-day initiative.