nuttx/net/local
Bowen Wang 7a9aa9539c local_sendmsg: fix peer->lc_cfps[] array out-of-range write
When peer->lc_cfpcount == LOCAL_NCONTROLFDS,
Line 122: peer->lc_cfps[peer->lc_cfpcount++] = filep2; access
out-of-range

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2024-01-04 20:07:06 -08:00
..
CMakeLists.txt
Kconfig
local_accept.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_bind.c
local_conn.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_connect.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_fifo.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_listen.c
local_netpoll.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_recvmsg.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_recvutils.c
local_release.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_sendmsg.c local_sendmsg: fix peer->lc_cfps[] array out-of-range write 2024-01-04 20:07:06 -08:00
local_sendpacket.c net/local: Support SO_SNDBUF option in getsockopt 2023-10-25 01:13:56 +08:00
local_sockif.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
local.h net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
Make.defs