nuttx/net
zhanghongyu 824dfacd08 net/local: fix used after free
now the lc_path of the client will not be the same as that of the server.
therefore, accept->peer = NULL will not be set when the client release
the conn, then when release accept conn, set
client->peer(accept->peer->peer) = NULL will cause used after free

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2024-10-22 23:34:43 +08:00
..
arp
bluetooth
can
devif
icmp
icmpv6
ieee802154
igmp
inet
ipfilter
ipforward
ipfrag
local net/local: fix used after free 2024-10-22 23:34:43 +08:00
mld
nat
neighbor
netdev
netfilter
netlink
pkt
procfs
route
rpmsg
sixlowpan
socket
tcp
udp
usrsock
utils
CMakeLists.txt
Kconfig
Makefile
net_initialize.c