incubator-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 build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig net/local: rename NET_LOCAL_VFS_PATH to follow linux 2023-01-04 20:50:38 +08:00
Make.defs
local.h net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
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 net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
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 net/local: Support the abstract path to connect 2023-07-14 09:57:24 +08:00
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 net/local: Return -EINVAL if the address length passed to local_bind is too small 2022-12-18 20:12:30 +02:00
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