mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Replace return with break inside the loop in icmp_findconn() to ensure any post-loop cleanup logic is properly executed before returning. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| icmp.h | ||
| icmp_conn.c | ||
| icmp_input.c | ||
| icmp_ioctl.c | ||
| icmp_netpoll.c | ||
| icmp_pmtu.c | ||
| icmp_poll.c | ||
| icmp_recvmsg.c | ||
| icmp_reply.c | ||
| icmp_sendmsg.c | ||
| icmp_sockif.c | ||
| Kconfig | ||
| Make.defs | ||