nuttx/net/icmpv6
zhanghongyu a7f084bfd4 icmpv6_autoconfig.c: fix crash when ipv6 address modified during autoconfig
During the autoconfig process, if the user modifies the link local
address while waiting for the Router Advertisement message, a crash will
occur when sending the ICMPv6 Neighbor Advertisement message because
netdev_ipv6_lladdr returns NULL.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-01-13 13:55:17 -08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
icmpv6.h net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
icmpv6_advertise.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
icmpv6_autoconfig.c icmpv6_autoconfig.c: fix crash when ipv6 address modified during autoconfig 2026-01-13 13:55:17 -08:00
icmpv6_conn.c net: change conn lock from mutex to rmutex 2025-12-29 09:42:18 +08:00
icmpv6_initialize.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
icmpv6_input.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
icmpv6_ioctl.c net/icmpv6: replace net_lock with conn_lock and conn_lock_dev 2025-12-29 09:42:18 +08:00
icmpv6_linkipaddr.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
icmpv6_neighbor.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
icmpv6_netpoll.c net/devif_callback: change flags type from uint16_t to uint32_t 2026-01-02 00:04:16 +08:00
icmpv6_notify.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
icmpv6_pmtu.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
icmpv6_poll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
icmpv6_radvertise.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
icmpv6_recvmsg.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
icmpv6_reply.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
icmpv6_rnotify.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
icmpv6_rsolicit.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
icmpv6_sendmsg.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
icmpv6_sockif.c net/ioctl: add a socket interface for ioctl 2025-12-29 14:38:15 +08:00
icmpv6_solicit.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
Kconfig net: Refresh config dependency of NET_READAHEAD 2024-12-20 20:01:19 +08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00