On Thu, May 22, 2025 at 14:25:10 +0200, Michal Privoznik wrote: > I've noticed most of these after I've turned on debugging for the NSS > plugin: > > diff --git i/tools/nss/libvirt_nss.h w/tools/nss/libvirt_nss.h > index 54a0216013..f9c3136985 100644 > --- i/tools/nss/libvirt_nss.h > +++ w/tools/nss/libvirt_nss.h > @@ -35 +35 @@ > -#if 0 > +#if 1 > > Michal Prívozník (7): > libvirt_nss_macs: Fix type of @len in findMACsFromJSON() > nss: Add missing includes for gai_strerror() > nss: Declare g_autofree and g_steal_pointer() macros > libvirt_nss: Use automatic memory freeing > libvirt_nss: Drop needless cleanup labels > libvirt_nss: Allocate buffer in ERROR() dynamically > libvirt_nss: Allocate buffer in aiforaf() dynamically > > build-aux/syntax-check.mk | 2 +- > tools/nss/libvirt_nss.c | 52 +++++++++++++--------------------- > tools/nss/libvirt_nss.h | 33 +++++++++++++++++++-- > tools/nss/libvirt_nss_leases.c | 3 ++ > tools/nss/libvirt_nss_macs.c | 2 +- > 5 files changed, 55 insertions(+), 37 deletions(-)
Reviewed-by: Jiri Denemark <jdene...@redhat.com>