:: Re: [DNG] libnetaid-0.1
Top Page
Delete this message
Reply to this message
Author: aitor_czr
Date:  
To: dng
New-Topics: Re: [DNG] libnetaid-0.1
Subject: 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.