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
local_sockif.c
local.h net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
Make.defs