On Mon, Oct 14, 2013 at 10:19:56PM +0100, Mokhtar BEN MESSAOUD wrote:
HiÂ
I think that the patch should also be applied for ether_ntoa
Regards
It handles that as implementation is following
char *
ether_ntoa (const struct ether_addr *addr)
{
static char asc[18];
return ether_ntoa_r (addr, asc);
}