lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] possible uninitialized use of netif->hwaddr in pktif.c


From: ilibasic
Subject: [lwip-users] possible uninitialized use of netif->hwaddr in pktif.c
Date: Thu, 14 Oct 2004 12:27:57 -0400

netif->hwaddr is used to initialize ethernetif->ethaddr
in 
   err_t ethernetif_init(struct netif *netif)
But it is never initialized itself before that.
ethernetif->ethaddr is later used for construction of ARP
reply header.
I am speaking about MSVC6 port of lwIP
in contrib-0.7.1-20040319.

Am I missing something ?

Regards
Ilija







reply via email to

[Prev in Thread] Current Thread [Next in Thread]