b3f7cf9ad9
Summary: - In arp_send(), arp_wait_setup() adds a notify object to g_arp_waiters which is removed in arp_wait() in normal case. - However, in timeout and error cases, the object was not removed and caused memory corruption. - This commit fixes this issue. Impact: - None Testing: - Tested with spresense:rndis_smp Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> |
||
---|---|---|
.. | ||
arp_arpin.c | ||
arp_dump.c | ||
arp_format.c | ||
arp_ipin.c | ||
arp_notify.c | ||
arp_out.c | ||
arp_poll.c | ||
arp_send.c | ||
arp_table.c | ||
arp.h | ||
Kconfig | ||
Make.defs |