mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
903d472f78
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 Change-Id: I3e13d556dea0934f1d0edd6451ad2e51a86dfeed Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>