mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 13:38:28 +00:00
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 Change-Id: I55e56661b7ff665171805af9106f3a04cc2c3cad Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com> |
||
|---|---|---|
| .. | ||
| arp.h | ||
| 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 | ||
| Kconfig | ||
| Make.defs | ||