:: Re: [DNG] libnetaid-0.1
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: aitor_czr
Fecha:  
A: dng
Temas nuevos: Re: [DNG] libnetaid-0.1
Asunto: 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.