incubator-nuttx/net/arp
Masayuki Ishikawa 59ed02c604 net: arp: Fix a potential bug in arp_notify()
Summary:
- In arp_wait_setup() and arp_wait_cancel(), g_arp_waiters
  is protected by a critical section.
- However, I noticed that arp_notify() does not protect the
  g_arp_waiters that would cause memory corruption
- This commit fixes the issue.

Impact:
- None

Testing:
- Tested with spresense:rndis_smp, spresense:rndis

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-03-31 12:23:35 -05:00
..
Kconfig
Make.defs net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
arp.h net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
arp_arpin.c
arp_dump.c
arp_format.c
arp_ipin.c net: nxstyle fixes 2021-02-20 00:38:18 -08:00
arp_notify.c net: arp: Fix a potential bug in arp_notify() 2021-03-31 12:23:35 -05:00
arp_out.c net: nxstyle fixes 2021-02-20 00:38:18 -08:00
arp_poll.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
arp_send.c net: arp: Fix memory corruption in arp_send() 2021-03-31 12:23:35 -05:00
arp_table.c