:: Re: [DNG] libnetaid-0.1
Page principale
Supprimer ce message
Répondre à ce message
Auteur: aitor_czr
Date:  
À: dng
Nouveaux-sujets: Re: [DNG] libnetaid-0.1
Sujet: Re: [DNG] libnetaid-0.1
Hi,

On 3/3/20 15:26, aitor wrote:
> I removed the MAC Address so far because it's giving me a segmentation
> fault. I hope to fix this issue shortly.

The issue has been solved replacing the standard C sprintf() by
g_strdup_printf() in the "netproc.c" file, which is similar
to the first one but safer.So, the backend of simple-netaid will depend
on glib-2.0 until a new solution is found.

Cheers,

Aitor.